#gallery-content {
    width: 500px;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.slideshow {
    overflow: hidden;
    height: 310px;
}
div.slideshow .advance-link {
    text-align: center;
    height: 300px;
}
div.slideshow .advance-link img {
    width: 500px;
    height: 300px;
    margin-top: -10px;
}
div.slideshow .advance-link img:hover {
    opacity: 1;
}
.slideshow-cp-tit {
    position: absolute;
    left: 24px;
    top: 24px;
}
#thumbs {
    width: 505px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thumbs {
    margin: 0;
    padding: 0;
}
.thumbs li {
    float: left;
    padding: 0;
    margin: 0 5px 0 0;
    list-style: none;
    width: 121px;
}
a.thumb {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    height: 70px;
    overflow: hidden;
}
.image-wrapper {
    position: relative;
    z-index: 9;
    display: block;
}
div.loader {
    position: absolute;
    top: 120px;
    right: 230px;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    width: 48px;
    height: 48px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.thumb img {
    height: 100%;
}

