.slideshow-container {
    margin: 0 0 -7px 0;
    height: 424px;
    position: relative;
    padding: 0;
    top: -7px;
    z-index: 99;	
}

.slideshow-container .slideshow {
    height: 407px;
    overflow: hidden;
    position: relative;
    z-index: 120;
}

.slideshow-container .slideshow .item {
    width: 980px;
    height: 407px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.slideshow-container .slideshow .active-item {
    opacity: 1;
}

.slideshow-container .slideshow .item img {
    top: 7px;
    position: absolute;
}

.slideshow-container .slideshow .item a {
    width: 980px;
    height: 407px;
    position: relative;
    z-index: 121;
    text-decoration: none;
    display: block;
}
.slideshow-preview  {margin: 0 0 30px; position: relative; z-index: 998;}

.slideshow-container .slideshow .promo-comment,
.slideshow-preview .promo-comment {
    position: absolute;
    z-index: 121;
    display: block;
    top: -7px;
    left: 90px;
    padding: 7px 0 0 0;
    margin: 0;
    list-style: none;
    text-decoration: none;	
}
.slideshow-preview .promo-comment {top: -14px;}

.slideshow-container .slideshow .promo-comment span,
.slideshow-preview .promo-comment span {
    display: block;
    float: left;
    clear: left;
    background: #f04e23;
    font: bold 12px/1.4em Arial;
    color: #fff;
    padding: 0 4px 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.slideshow-container .slideshow .promo-comment span.first,
.slideshow-preview .promo-comment span.first {
    padding-top: 3px;
}

.slideshow-container .slideshow .promo-comment span.last,
.slideshow-preview .promo-comment span.last {
    padding-bottom: 3px;
}

.slideshow-container .slideshow .promo-title,
.slideshow-preview .promo-title {
    position: absolute;
    bottom: 29px;
    left: 90px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    text-decoration: none;
	width: 890px;	
}

.slideshow-container .slideshow .promo-title span,
.slideshow-preview .promo-title span {
    display: block;
    float: left;
    clear: left;
    height: 46px;
    font: normal 50px/1.0em "FranklinGothic Demi", Arial;
    color: #fff;
    padding: 0 6px;
    text-transform: uppercase;
    text-decoration: none;
}

.jcarousel-clip {
    overflow: hidden;
    width: 100%;
}

/* skin2 */
.jcarousel-skin2 {
    width: 490px;
}

.jcarousel-skin2 .jcarousel-container {
    margin: 0;
    position: relative;
    z-index: 100;
}

.jcarousel-skin2 .jcarousel-clip {
    height: 84px;
    margin: 12px 0 0 0;
}

.jcarousel-skin2 ul {
    padding: 0;
    margin: 0;
}

.jcarousel-skin2 li {
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    width: 115px;
    height: 84px;
    background: none;
    position: relative;
}

.jcarousel-skin2 li a.galleryBigImgLink {
    display: block;
    padding: 4px 0 0 0;
}

.jcarousel-skin2 li a.galleryBigImgLink.active {
    background: transparent url(/i/site/Default/bg-active.gif) repeat-x 0 0;
}

.jcarousel-skin2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 84px;
    cursor: pointer;
    background: transparent url(/i/site/Default/icons/arrows.png) no-repeat
        0 0;
}

.jcarousel-skin2 .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -40px;
    width: 50px;
    height: 84px;
    cursor: pointer;
    background: transparent url(/i/site/Default/icons/arrows.png) no-repeat
        -46px 0;
}
/*
.jcarousel-skin2 .jcarousel-prev-disabled-horizontal {cursor: default; background-position: 0 -40px;}
.jcarousel-skin2 .jcarousel-next-disabled-horizontal {cursor: default; background-position: -30px -40px;}
*/