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

/* content block 3 */
#mcs3_container{
	height:180px;
	width:660px;
	margin:auto;
	position:relative;
	top:22px;
}
#mcs3_container .customScrollBox{
	position:relative;
	height:100%;
	overflow:hidden;
	float:left;
}

#mcs3_container .customScrollBox .container{
	position:relative;
	top:0;
	float:left;
	text-align:left;
	}
#mcs3_container .customScrollBox .content{
	width:640px;
	}

#mcs3_container .dragger_container{
	position:relative;
	width:0px;
	height:182px;
	float:left;
	margin:0 0 0 15px;
	border-left:1px solid #777;
	cursor:pointer;
}


#mcs3_container .dragger{
	position:absolute;
	width:9px;
	height:20px;
	background:#555;
	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:20px;
	background:#222;
	margin-left:-5px;
	overflow:hidden;
	cursor:pointer;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
