@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
/* content block 1 */
#mcs_container{width:251px; height:320px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:227px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}

#mcs_container .dragger_container{position:relative; width:11px; height:318px; float:right; margin:0px; background:#fff; cursor:pointer -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; cursor:s-resize; border:solid 1px #cfd0cd}
#mcs_container .dragger{position:absolute; width:11px; margin-left:0px; height:70px; background:#e1e1e1; text-align:center; line-height:60px; color:#e1e1e1; overflow:hidden; cursor:pointer; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}

#mcs_container .dragger_pressed{position:absolute; width:11px; margin-left:0px; height:70px; background:#a9a5a2; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; cursor:s-resize;}

