@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 4 */
#mcs4_container{left:0px; top:0px; margin:0; width:570px; height:340px; padding:0; /*border:1px dotted #3C3C3C; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; */ }
#mcs4_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs4_container .customScrollBox .container{position:relative; width:550px; top:0; float:left; padding-left:0}
#mcs4_container .customScrollBox .content{clear:both; width:535px !important}
#mcs4_container .customScrollBox .content p{padding:0 0; margin:10px 0; color:#3C3C3C; font-family:Arial, Geneva, sans-serif; font-size:13px; line-height:16px;}
#mcs4_container .dragger_container{position:relative; width:0px; height:300px; float:left; margin:20px 0 0 10px; border-left:2px solid #999; cursor:pointer;}
#mcs4_container .dragger{position:absolute; width:6px; height:20px; background:#555; margin-left:-4px; text-align:center; overflow:hidden; cursor:pointer; /*-moz-border-radius:1px; -khtml-border-radius:1px; -webkit-border-radius:1px; border-radius:1px;*/}
#mcs4_container .dragger_pressed{position:absolute; width:6px; height:20px; background:#09C; margin-left:-4px; overflow:hidden; cursor:s-resize;}
