#wrapper, #wrapper2 {
    width:507px; 
    background-color: #fafafa;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
}

#img, #img2 {
    position: relative;
    width: 507px;
    margin-bottom: 1em;
}

#gallery, #gallery2 { height: 84px; }

#wrapper, #wrapper2 {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gallery li, #gallery2 li {
    float: left;
    padding: 1px;
    background: transparent url(/images/jcarousel/loading.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    height: 50px;
    padding: 0 2%;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
}
