@charset "utf-8";
/* CSS Document */
/* content block 1 */
.mcs_container{position:relative; width:189px; height:100px;}
.mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
.mcs_container .customScrollBox .container{position:relative; width:177px; top:0; float:left;}
.mcs_container .customScrollBox .content{clear:both;}
.mcs_container .dragger_container{position:relative; width:10px;padding:1px 0; height:96px; float:left; border:1px solid #dedede; cursor:pointer; border-radius:10px; cursor:s-resize;}
.mcs_container .dragger{left:2px;position:absolute; width:6px; height:60px; background:#21c77b; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer; border-radius:10px;}
.mcs_container .dragger_pressed{left:2px; position:absolute; width:6px;  height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; border-radius:10px; cursor:s-resize;}
