
.base-slider{position:relative;width:1040px;height:338px;overflow:hidden;border:1px solid #bababa;}

ul.item-container{list-style:none;margin:0;padding:0;width:9999px;position:relative;}
.item-container li{display:inline-block;width:1030px;height:328px;overflow:hidden;margin:5px;}

.base-jcarousel-control-prev,.base-jcarousel-control-next,.other-jcarousel-control-next,.other-jcarousel-control-prev{position:absolute;
	display:block;width:26px;height:38px;background:url('../images/base-slider-arrows.png') no-repeat;top:150px;}
.base-jcarousel-control-prev,.other-jcarousel-control-prev{left:20px;}
.base-jcarousel-control-next,.other-jcarousel-control-next{right:20px;background-position:-26px 0;}

#home-products-box{position:relative;width:950px;height:515px;overflow:hidden;margin:0px auto;padding:0px 70px 0px 70px;}
#home-products-box > div{list-style:none;margin:0;padding:0;width:9999px;position:relative;}
#home-products-box > div > div{float:left;width:950px;margin:0px 70px 0px 0px;}
#home-products-box .home-products-box{display:block;width:64px;height:121px;background-image:url('../images/slider-controls.png');position:absolute;top:50%;margin-top:-60px;opacity:0.05;transition:opacity 0.4s ease 0s;}
#home-products-box:hover .home-products-box{opacity:1;transition:opacity 0.4s ease 0s;}
#home-products-box .home-products-box.left{left:0px;background-position:0px 0px;}
#home-products-box .home-products-box.right{right:0px;background-position:-64px 0px;}
