@charset "utf-8";
/* Products Preview Scroll */
#products_preview{ position:absolute; top:65px; left:40px; width:400px; height:405px; }
#products_preview .customScrollBox{ position:relative; height:100%; overflow:hidden; }
#products_preview .customScrollBox .container{ position:relative; width:90%; top:0; float:left; }
#products_preview .customScrollBox .content{ clear:both; }
#products_preview .dragger_container{ position:relative; width:2px; height:40%; float:left; margin:10px 0 0 10px; background:#555; border:1px solid #111; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#products_preview .dragger{ position:absolute; width:8px; margin-left:-3px; height:10%; background:#777; line-height:60px; overflow:hidden; cursor:pointer; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#products_preview .dragger_pressed{ background-color:#333; }
#products_preview .scrollUpBtn,#products_preview .scrollDownBtn{ position:absolute; background:url(btn.png); width:14px; height:12px; right:22px; }
#products_preview .scrollUpBtn{ bottom:30px; background-position:0 0; }
#products_preview .scrollDownBtn{ bottom:12px; background-position:0 -12px; }
#products_preview .scrollUpBtn:hover { background-position:-14px 0;}
#products_preview .scrollDownBtn:hover { background-position:-14px -12px; }