@charset "utf-8";
#mcs3_container{}
#mcs3_container .customScrollBox{position:relative; overflow:hidden;}
#mcs3_container .customScrollBox .container{position:relative; width:360px; top:0; float:left;}
#mcs3_container .customScrollBox .content{clear:both;}

#mcs3_container .dragger_container{position:relative; width:0px; height:100%; float:left; margin: 0px 0 0 25px; border-left:1px solid #ccc; border-right:1px solid #8E7757; cursor:pointer}
#mcs3_container .dragger{position:absolute; top:0; width:9px; height:60px; background:#4a4a4a; margin-left:-4px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
#mcs3_container .dragger_pressed{position:absolute; width:9px; height:60px; background:#7a7a7a; margin-left:-4px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
