@charset "utf-8";
/* content block 4 */
#mcs4_container{
	position:relative;
	left:0px;
	top:0px;
	margin:0;
	width:420px;
	height:400px;
	padding:0 0px;
	border:0px dotted #C06433;
	-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:10px 5px;
	margin:10px 0;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
}
#mcs4_container .dragger_container{
	position:relative;
	width:0px;
	height:320px;
	float:left;
	margin:10px 0 0 10px;
	border-left:1px dotted #C06433;
	cursor:pointer;
}
#mcs4_container .dragger{position:absolute; width:9px; height:9px; background:#C06433; 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:#C06433; margin-left:-5px; overflow:hidden; cursor:s-resize;}
