@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);
/* content block 1 */
#mcs_container {
	position:relative;
	margin:0 0 0 30px;
	width:860px;
	height:532px;
/*
	padding:0 10px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
*/
}
#mcs_container .customScrollBox {
	position:relative;
	height:100%;
	overflow:hidden;
}
#mcs_container .customScrollBox .container {
	position:relative;
	width:846px;
	top:0;
	float:left;
}
#mcs_container .customScrollBox .content {
	clear:both;
}
#mcs_container .dragger_container {
	position:relative;
	width:7px;
	height:472px;
	float:left;
	margin:30px 0 30px 0;
	background:#b2b2b2;
	cursor:pointer;
}
#mcs_container .dragger {
	position:absolute;
	width:7px;
	height:400px;
	background:#4f4f4f;
	text-align:center;
	line-height:400px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
}
#mcs_container .dragger_pressed {
	position:absolute;
	width:7px;
	/*margin-left:-1px;*/
	height:400px;
	background:#727272;
	text-align:center;
	line-height:400px;
	color:#666;
	overflow:hidden;
	cursor:pointer;
}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn {
	position:absolute;
	display:inline-block;
	width:7px;
	height:30px;
	margin-right:7px;
	text-decoration:none;
	right:0;
	filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;
	}
#mcs_container .scrollUpBtn {
	top:0;
	background:url(mcs_btnUp.gif) center center no-repeat;
}
#mcs_container .scrollDownBtn {
	bottom:0;
	background:url(mcs_btnDown.gif) center center no-repeat;
}
#mcs_container .scrollUpBtn:hover,
#mcs_container .scrollDownBtn:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}



