@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
/* content block 1 */
#mcs_container{
	position:relative;
	width:265px;
	height:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#mcs_container .customScrollBox{
	position:relative;
	height:100%;
	overflow:hidden;
	left: -7px;
	top: 8px;
	
}
#mcs_container .customScrollBox .container{position:relative; width:240px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .customScrollBox .content p{padding:0 5px; margin:10px 0; color:#999; font-family:Verdana, Geneva, sans-serif; font-size:11px; line-height:20px;}
#mcs_container .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#mcs_container .dragger_container{
	position:relative;
	width:2px;
	height:90px;
	float:left;
	cursor:pointer;
	background-color:#CCC;
	margin-top: 35px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 9px;
	left: 13px;
}
#mcs_container .dragger{
position:absolute; width:4px; margin-left:-1px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize; margin-right: 4px;;
}
#mcs_container .dragger_pressed{position:absolute; width:4px; margin-left:-1px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:s-resize;}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{position:absolute; display:inline-block; width:14px; height:15px; margin-right:12px; text-decoration:none; right:0;}
#mcs_container .scrollUpBtn{top:25px; background:url(mcs_btnUp.png) center center no-repeat;}
#mcs_container .scrollDownBtn{bottom:0px; margin-left:4px; background:url(mcs_btnDown.png) center center no-repeat;}

/* content block 2 */
