.jcarousel-container {
    background: #FFFFFF;
    width: 528px;
    padding: 0px 37px 0px 37px;
    margin: 0;
}

.jcarousel-clip {
    width:  528px;
    height: 76px;
}

.jcarousel-list {
    width:  528px;
    height: 76px;
}

.jcarousel-list li, .jcarousel-item {
    width: 66px;
    height: 76px;
    padding: 0;
    margin: 0;
}

.jcarousel-list li img {
    margin: 8px 3px 8px 3px;
}

.jcarousel-list li img.currentThumb {
    width: 60px;
    height: 60px;
    border: 3px solid #014c96;
    margin: 5px 0px 5px 0px;
}

.jcarousel-item-placeholder {
    background: #fff url(images/jcarousel_loading.gif) 14px 14px no-repeat;
}

.jcarousel-photo-placeholder {
   background: #fff url(images/jcarousel_loading.gif) 295px 185px no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 26px;
    right: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(images/gallery-arrowsR.png) no-repeat 0 -24px;
}

.jcarousel-next-horizontal:hover {
    background-position: 0 0;
}

.jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -24px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 26px;
    left: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(images/gallery-arrowsL.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: 0 -24px;
}

.jcarousel-prev-horizontal:active {
    background-position: 0 -24px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

