@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 1 */

/* content block 2 */
#mcs2_container{ margin:0;height:570px; padding:0 10px;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow-y:auto;}
#mcs2_container .customScrollBox .container{width:900px; top:0;}
#mcs2_container .customScrollBox .content{clear:both;}

#mcs2_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;}

#mcs2_container .dragger_container{position:relative; height:480px; float:left; margin:80px 0 0 5px; 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;border-left:1px solid #31231E;display:none;}
#mcs2_container .dragger{position:absolute; width:6px; height:60px; background:#6f4c1b;margin-left:-4px; text-align:center;line-height:60px; color:#666; overflow:hidden;  border-right:1px solid #000; cursor:pointer;}
#mcs2_container .dragger_pressed{position:absolute; width:6px; height:60px; background:#444; text-align:center; margin-left:-4px; line-height:60px; color:#777; overflow:hidden; border-left:1px solid #878787; border-right:1px solid #000; cursor:pointer;}

#mcs2_container .customScrollBox::-webkit-scrollbar{width:5px;background: #dcdcdc;}
#mcs2_container .customScrollBox::-webkit-scrollbar-button{display:none;}
#mcs2_container .customScrollBox::-webkit-scrollbar-thumb{background-color: #6f4c1b;width: 9px;}