@charset "utf-8";
#mcs_container {
	width: 750px;
	height: 340px;
	float: none;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	margin-top: 0;
}
#mcs_container .customScrollBox .container table tr td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #23a1a1;
	font-size: 16px;
}

#mcs_container .customScrollBox {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#mcs_container .customScrollBox .container {
	position: relative;
	width: 700px;
	top: 0;
	float: left;
}
#mcs_container .customScrollBox .content {
	clear: both;
}
#mcs_container .dragger_container {
	position: relative;
	width: 0;
	height: 95%;
	float: left;
	margin: 0 0 0 15px;
	cursor: pointer;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#mcs_container .dragger {
	position: absolute;
	width: 10px;
	height: 60px;
	margin-left: -5px;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #000;
}
#mcs_container .dragger_pressed {
	position: absolute;
	width: 10px;
	height: 60px;
	margin-left: -5px;
	overflow: hidden;
	cursor: pointer;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #CCC;
}
