#product-more-view{ position:relative; padding:10px 15px; clear: both;}
#product-more-view .customScrollBox{position:relative; width:335px; overflow:hidden;}
#product-more-view .customScrollBox .horWrapper{position:relative; left:0;}
#product-more-view .customScrollBox .more-container{position:relative; left:0; display:inline-block; *display:inline; zoom:1;}
#product-more-view .customScrollBox .content{clear:both;}
#product-more-view .customScrollBox .content p{padding:5px; margin:0 5px;}
#product-more-view .customScrollBox .content p img{margin-right:5px;}
#product-more-view .dragger_container{position:relative; height:0px; width:335px; margin:5px 0; border-top:1px solid #ddd; cursor:move;}
#product-more-view .dragger{position:absolute; width:30px; height:5px; background:#555; margin-top:-3px;}
#product-more-view .dragger_pressed{}
#product-more-view .scrollUpBtn,#product-more-view .scrollDownBtn{position:absolute; top:33%; margin:0; width:16px ; height:16px; zoom:1; z-index:9;}
#product-more-view .scrollDownBtn{right:0; background:url(../images/more-nav-ico.png) -48px -47px no-repeat;}
#product-more-view .scrollUpBtn{left:0; background:url(../images/more-nav-ico.png) 0px -47px no-repeat;}

#product-more-view .scrollDownBtn:hover{ background-position:-48px -1px}
#product-more-view .scrollUpBtn:hover{ background-position:0px -1px;}
/* more-views */
.more-views ul li{ float:left; list-style:none;}
.product-view .product-img-box{ width:auto !important}

.product-view .product-img-box .more-views li a{
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.product-view .product-img-box .more-views li a:hover{ border-color:#888}