@charset "utf-8";
/* Left content scroller */
#scroller_container{position:relative; height:450px; padding-top: 36px; }
#scroller_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#scroller_container .customScrollBox .container{position:relative; width:96%; top:0; float:left;}
#scroller_container .customScrollBox .container .content {position:relative; width:100%; top:0; float:left;}

#scroller_container .dragger_container{position:relative; width:6px; height:100%; float:right; margin:0px 0 0 0px; cursor:pointer; /*box-shadow: inset 0 0 10px #000; -moz-box-shadow:inset 0 0 10px #000; -webkit-box-shadow:inset 0 0 10px #000;*/ background: url("../images/bck_95-30.png"); top:0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#scroller_container .dragger{position:absolute; width:6px; height:50%; background:#fff; text-align:center; margin-left:0px; line-height:60px; color:#bbbbbb; overflow:hidden; cursor:pointer; top:0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#scroller_container .dragger_pressed{position:absolute; width:6px; height:50%; background:#444; text-align:center; margin-left:1px; line-height:60px; color:#777; overflow:hidden; border-left:1px solid #878787; border-right:1px solid #000; cursor:pointer; top:0px;}