@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 2 */
#mcs2_container{width:664px; height:150px;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative; width:649px; top:0; float:left;}
#mcs2_container .customScrollBox .content{clear:both;}

#mcs2_container .dragger_container{ background:#202019;position:relative; width:5px; height:150px; float:right; cursor:pointer; right:0px; }
#mcs2_container .dragger{background:#ffcc00;position:absolute;  width:5px; height:30px;  text-align:center;  line-height:30px; color:#666; overflow:hidden;cursor:pointer; right:0px; top:0px;min-height:30px;}
#mcs2_container .dragger_pressed{background:#ffcc00;position:absolute; width:5px; height:30px; text-align:center;  line-height:30px; overflow:hidden; cursor:pointer; right:0px; z-index:1000; }
/* content block 2 */
