@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; width:430px; height:364px; padding:10px; background: url('../../images/base/contentbox_tr.png');}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative; width:405px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .dragger_container{position:relative; width:15px; height:364px; float:left; margin:0px 0 0 10px; background:#00a82e; cursor:pointer -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; cursor:pointer;}
#mcs_container .dragger{position:absolute; width:15px; height:60px; background:#8ad79f; text-align:center; line-height:60px; color:#8ad79f; overflow:hidden; cursor:pointer; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#mcs_container .dragger_pressed{position:absolute; width:15px; margin-left:0px; height:60px; background:#8ad79f; text-align:center; line-height:60px; color:#8ad79f; overflow:hidden; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; cursor:pointer;}

