.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
    height: 75px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-item img{
    opacity: 0.6;
}

.jcarousel-item img.selectedImage {
    opacity: 1;
}

/*.jcarousel-item img.selectedImage {*/
    /*margin-bottom: 6px;*/
    /*border: 4px solid #aadbe0;*/
    /*height: 70px;*/
    /*width: 70px;*/
/*}*/

#PhotoPreview div.PhotoPreviewPrev div{
    width: 40px;
    height: 40px;
    background: transparent url('/resources/images/carousel/prev-horizontal.png') no-repeat center center;
}
#PhotoPreview div.PhotoPreviewNext div{
    width: 40px;
    height: 40px;
    background: transparent url('/resources/images/carousel/next-horizontal.png') no-repeat center center;
}

.PhotoGallery .view {
    text-align: center;
}

.PhotoGallery .photo_center {
    display: inline-block;
    position: relative;
    max-width: 462px;
}

.PhotoGallery .photo_center img{
    max-width: 100%;
    height: auto;
}

.PhotoGallery .PhotoPreviewPrev, .PhotoGallery .PhotoPreviewNext{
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
}


.PhotoGallery .PhotoPreviewPrev a, .PhotoGallery .PhotoPreviewNext a{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 1;
}

.PhotoGallery .PhotoPreviewPrev, .PhotoGallery .PhotoPreviewPrev a{
    left: 0;
}

.PhotoGallery .PhotoPreviewNext, .PhotoGallery .PhotoPreviewNext a{
    right: 0;
}

.PhotoGallery .PhotoPreviewPrev a span, .PhotoGallery .PhotoPreviewNext a span{
    display: block;
    top: 50%;
    margin-top: -19px;
    position: absolute;
    width: 37px;
    height: 33px;
    background: transparent url('/resources/images/carousel/next-horizontal.png') no-repeat center center;
}

.PhotoGallery .PhotoPreviewPrev a span {
    left: -37px;
    background: transparent url('/resources/images/carousel/prev-horizontal.png') no-repeat center center;
}

.PhotoGallery .PhotoPreviewNext a span{
    right: -37px;
}