.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:956px;
    padding:0px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  956px;
}

.jcarousel-skin-tango .jcarousel-item {
/*    width: 234px; */
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal, .jcarousel-prev-horizontal  {
	float:left;
	margin:4px 2px 0;
	width: 22px;
    height: 22px;
    cursor: pointer;
    background: #e9e9e9 url('../images/arrow_next.png') no-repeat 0% 0%;
}
.jcarousel-prev-horizontal {margin-left: 20px; background: #e9e9e9 url('../images/arrow_back.png') no-repeat 0% 0%;}
.jcarousel-next-horizontal:hover,
.jcarousel-prev-horizontal:hover { background-position: 0% 100%;}



.slider-container{position: relative; width:950px; margin:30px 0 -30px -30px; padding:17px 30px 30px; background:#f5f5f5 url('../images/shadow_bottom.png') 0% 0% repeat-x;}
.slider-container h2 { float:left; margin:0 0 18px 0; color:#4c4c4c; font-size:18px; font-family: Arial,Helvetica,sans-serif; font-style: normal; text-transform: uppercase; }
.slider-container .jcarousel-list .add-to-links {position: absolute; display: none;}
.slider-container .jcarousel-list .product-image {display: block; margin: 0 0 18px; width:234px; height:282px; }
.slider-container .jcarousel-list .product-image em {left:10px; top:205px;}
.slider-container .jcarousel-list .actions {float:left; text-align: center; width:40px; margin-right: 10px;}
.slider-container .jcarousel-list .info {float:left; width:184px;}
.slider-container .jcarousel-list .btn-cart {background:#e6e6e6 url('../images/icon_buy.png') 0% 0% no-repeat; width:29px; height:26px; }
.slider-container .jcarousel-list .btn-cart:hover {background-position: 0% 100%; }
.slider-container .jcarousel-list .btn-cart span {display:none; }
#celebrity_sale .product-image , #celebrity_latest .product-image {width:112px; height:135px; }
#celebrity_sale .product-image em , #celebrity_latest .product-image em {top:65px; }
.latest .jcarousel-container-horizontal,
.latest .jcarousel-clip-horizontal { width:684px; }
.sale .jcarousel-container-horizontal,
.sale .jcarousel-clip-horizontal { width:228px; }
.latest .jcarousel-item,
.sale .jcarousel-item { width: 112px; }
.latest .jcarousel-item-horizontal,
.sale .jcarousel-item-horizontal { margin-right: 2px; }
