@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:extralight);

/* content block 2 */
#mcs2_container{
	color:#333;
	position:absolute;
	left:auto;
	top:253px;
	margin:0;
	width:auto;
	height:340px;
	border-bottom:1px dashed #e4e4e4;
	font-size:85%;
	_font-size:80%;
	line-height:125%;
	_line-height:115%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
}


#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative; width:300px; top:0; float:left;}
#mcs2_container .customScrollBox .content{clear:both;}

#mcs2_container .dragger_container{position:relative; width:9px; height:330px; float:left; margin:10px 0 0 10px; cursor:pointer; box-shadow:inset 0 0 10px #cdcdcd; -moz-box-shadow:inset 0 0 10px #cdcdcd; -webkit-box-shadow:inset 0 0 10px #cdcdcd;}
#mcs2_container .dragger{position:absolute; width:6px; height:60px; background:#d1d1d1; text-align:center; margin-left:1px; line-height:60px; color:#666; overflow:hidden; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd; cursor:pointer;}
#mcs2_container .dragger_pressed{position:absolute; width:6px; height:60px; background:#d1d1d1; text-align:center; margin-left:1px; line-height:60px; color:#fff; overflow:hidden; border-left:1px solid #cdcdcd; border-right:1px solid #cdcdcd; cursor:pointer;}
