@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{position:absolute; left:5px; top:5px; margin:0; width:650px; height:425px; padding:0 10px;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative; width:477px; top:0; float:left;}
#mcs2_container .customScrollBox .content{clear:both;}
#mcs2_container .customScrollBox .content p{padding:10px 5px; margin:10px 50px; font-family:"Droid Serif";
	font-size: 13.5px;
	font-weight: normal;
	line-height:18px;
	color: #121212; text-align: justify; line-height:20px;}
#mcs2_container .customScrollBox .content p.alt{padding:10px 5px; padding-right:10px;margin:10px 0; color:#fff; font-family:'Droid Serif',Georgia,serif; font-size:17px; line-height:19px; color:#999;}
#mcs2_container .customScrollBox img{border:5px solid #fff;}

#mcs2_container .dragger_container{position:relative; width:9px; height:480px; float:left; margin:10px 0 0 122px; cursor:pointer; box-shadow:inset 0 0 10px #000; -moz-box-shadow:inset 0 0 10px #000; -webkit-box-shadow:inset 0 0 10px #000; }

#mcs2_container .dragger{position:absolute; width:6px; height:60px; background:#333; text-align:center; margin-left:1px; line-height:60px; color:#666; overflow:hidden; border-left:1px solid #787878; border-right:1px solid #000; cursor:pointer;}

#mcs2_container .dragger_pressed{position:absolute; width:6px; height:60px; background:#444; text-align:center; margin-left:1px; line-height:60px; color:#777; overflow:hidden; border-left:1px solid #878787; border-right:1px solid #000; cursor:pointer;}



.text4{
	font-family:"Droid Serif";
	font-size: 13.5px;
	font-weight: normal;
	line-height:18px;
	color: #121212; text-align: justify;
}

.text6{
	font-family:"Calibri";
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
	color: #e70707; text-align: justify;
}

