@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */

/* content block 1 */
#mcs_container{position:relative; float:left; margin:0px; width:100%; height:410px; padding:0px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:87%; top:0; float:right;}
#mcs_container .customScrollBox .content{clear:both;}
.content{
	padding:0px; margin:0px 0;
	text-align:right;
	font-weight:bold;
	color:#ed3295;
	line-height:20px;
	padding-right:15px;
	font-size:13px;
	}
	
.content a{
	text-decoration:none;
	font-weight:normal;
}

.content a:hover{
	text-decoration:none;
	color:#ed3295;
}

#mcs_container .dragger_container{position:relative; width:2px; height:410px; float:right; margin:0px; background:#333; cursor:pointer; cursor:s-resize; top:0px;}
#mcs_container .dragger{
	position:absolute; 
	width:7px; 
	height:7px;
	background:#ed3295; 
	text-align:center; 
	overflow:hidden; 
	cursor:pointer;
margin-left:-2px;
	}
#mcs_container .dragger_pressed{
	position:absolute; 
	width:10px; 
	height:10px;
	background:#333; 
	text-align:center; 
	overflow:hidden; 
	cursor:pointer;
	cursor:s-resize;
	margin-left:-2px;
	}