@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 {height:340px;margin-right: -30px;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative; width:530px; top:0; float:left;padding: 0;}
#mcs2_container .customScrollBox .content{clear:both; padding: 0;}
/*#mcs2_container .customScrollBox .content p{padding:10px 5px; margin:10px 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#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 .customScrollBox img{border:5px solid #fff;}
*/
/*
#mcs2_container .dragger_container{position:relative; width:9px; height:340px; float:left; margin:10px 0 0 10px; cursor:pointer; box-shadow:inset 0 0 10px #f3ebeb; -moz-box-shadow:inset 0 0 10px #f3ebeb; -webkit-box-shadow:inset 0 0 10px #f3ebeb;}
#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;}
*/

#mcs2_container .dragger_container{position:relative; width:0px; height:340px; float:left;/* margin:35px 0 0 25px;*/ border-left:1px solid #f9e7e1; border-right:1px solid #f9e7e1; cursor:pointer}
#mcs2_container .dragger{position:absolute; width:7px; height:60px; color: #dedede; background:#f54c8d; margin-left:-3px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
#mcs2_container .dragger_pressed{position:absolute; width:7px; height:60px; color: #dedede; background:#d62e6f; margin-left:-3px; overflow:hidden; cursor:pointer; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}

