@charset "utf-8";
@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{
	margin:0;
	width:650px;
	height:450px;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial;
	text-align: justify;
}
#mcs4_container .customScrollBox{
	position:relative;
	height:90%;
	overflow:hidden;
}
#mcs4_container .customScrollBox .container{
	position:relative;
	width:600px;
	top:0;
	float:left;
}
#mcs4_container .customScrollBox .content{clear:both;}
#mcs4_container .customScrollBox .content p{padding:10px 5px; margin:10px 0; color:#09C; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#mcs4_container .dragger_container{
	Wposition:relative;
	width:0px;
	height:250px;
	cursor:pointer;
	margin-top: 50px;
	margin-bottom: 0;
	float: left;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	text-align: justify;
}
#mcs4_container .dragger{
	position:absolute;
	width:5px;
	height:5px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:18px;
	-khtml-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	margin-left: -2px;
	margin-top: 50px;
	background-color: #BC8EBF;
}
#mcs4_container .dragger_pressed{
	position:absolute;
	width:5px;
	height:5px;
	margin-left:-2px;
	overflow:hidden;
	cursor:s-resize;
}
