@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{
	position:absolute; 
	left:53%; /*765px*/
	margint-top:527px; 
	margin:0; 
	width:430px; 
	height:108px; 
	padding:5px 10px 10px 10px; 
	border:0px dotted #09C; 
	-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:400px; top:0; float:left;}
#mcs4_container .customScrollBox .content{clear:both;}
#mcs4_container .customScrollBox .content p{padding:0px 0px; margin:10px 0; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; text-align:justify}
#mcs4_container .dragger_container{position:relative; width:0px; height:95px; float:left; margin:12px 0 0 20px; border-left:1px dotted #555; cursor:pointer;}
#mcs4_container .dragger{position:absolute; width:9px; height:9px; background:#eb6f00; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:18px; -khtml-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;}
#mcs4_container .dragger_pressed{position:absolute; width:9px; height:9px; background:#eb6f00; margin-left:-5px; overflow:hidden; cursor:s-resize;}
