@charset "utf-8";
/* CSS Document */


/* content block 3 */
#mcs3_container{
	height: 500px;
	padding: 30px 60px 60px 30px !important;
}
#mcs3_container .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
	}
#mcs3_container .customScrollBox .container{
	visibility: visible !important;
	position:relative;
	width:320px;
	top:0;
	float:left;
}
#mcs3_container .customScrollBox .content {
	clear:both;
}
#mcs3_container .customScrollBox .content p{
	padding:0px 0px 10px 0px;
	margin:0;
	font-size:11px; 
	line-height:16px;
}
#mcs3_container .dragger_container {
	width:0px;
	height:50%;
	float:left;
	cursor:pointer;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	border-left:1px dotted #fff;
}
#mcs3_container .dragger {
	position:absolute;
	width:9px; 
	height:60px; 
	background:white; 
	margin-left:-5px; 
	overflow:hidden;
	cursor:pointer; 
	-moz-border-radius:6px; 
	-khtml-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:6px;
}
#mcs3_container .dragger_pressed {
	position:absolute;
	width:9px;
	height:60px;
	background: #666;
	margin-left:-5px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}