@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 */
#mcs_container{position:relative; top:0px; width:800px; height:580px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:780px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .dragger_container{position:relative; width:9px; height:560px; float:left;background:#302912;  cursor:s-resize; margin:10px 0 0 10px;}
#mcs_container .dragger{position:absolute; width:7px; height:60px; background:#6e6750; text-align:center; line-height:60px; color:#6e6750; border:1px solid #9d957c;overflow:hidden; cursor:pointer; }
#mcs_container .dragger_pressed{position:absolute; width:7px;  height:60px; background:#67614c; text-align:center; line-height:60px; color:#67614c; border:1px solid #746d55; overflow:hidden;cursor:s-resize;}
#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{position:absolute; display:inline-block; width:10px; height:9px; right:0; }
#mcs_container .scrollUpBtn{top:0px; background:url(../images/s_bg2.gif) no-repeat;}
#mcs_container .scrollDownBtn{bottom:0px; background:url(../images/s_bg2.gif) no-repeat;}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.60; opacity:0.60;}
