#wrapper
{
    margin-top: 50px;
    text-align:center;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
    text-align:center;
    display:none;
}

#overlay_pic {
    margin:200px auto;
    width:400px;
    box-shadow: 10px 10px 5px #000;
}

.jscarousal
{
    width: 1100px;
    height: 150px;
    margin:0 auto;
    padding: 0;
    padding: 22px 8px 22px 8px;
    position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
    float: left;
    width: 23px;
    height: 98px;
    color: White;
    position: relative;
    top: 50px;
    cursor: pointer;
}
.jscarousal .jscarousal-left
{
    background-image: url("../images/g-l.png");
    background-repeat: no-repeat;
    background-position: left;
}
.jscarousal .jscarousal-right
{
    background-image: url("../images/g-r.png");
    background-repeat: no-repeat;
    background-position: right;
}
.jscarousal-contents
{
    width: 1040px;
    height: 160px;
    float: left;
    position: relative;
    overflow: hidden;
}
.jscarousal-contents > div
{
    position: absolute;
    width: 100%;
    height: 160px;
}
.jscarousal-contents > div > div
{
    height: 136px;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}
.jscarousal-contents img
{
    width: 180px;
    height: 136px;
}
.hidden
{
    display: none;
}
.visible
{
    display: block;
}
.thumbnail-active
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}
.thumbnail-inactive
{
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
}
.thumbnail-text
{
    position: absolute;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(10, 10, 10, .6);
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    display: none;
}
.thumbnail-active .thumbnail-text{display: block;}
