@charset "utf-8";
/* CSS Document */

#mcs_container{position:relative; top:10px; margin:0;height:380px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs_container .customScrollBox .container{position:relative;top:0; width:95%; float:left;}
#mcs_container .customScrollBox .content{clear:both;}
#mcs_container .dragger_container{position:relative; width:0px; height:100%; float:left; border-left:1px solid #777; cursor:pointer;left:20px;}
#mcs_container .dragger{position:absolute; width:9px; background:#999; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:18px; -khtml-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;}
#mcs_container .dragger_pressed{position:absolute; width:9px; background:#777; margin-left:-5px; overflow:hidden; cursor:s-resize;}

#mcs_container .scrollUpBtn,#mcs_container .scrollDownBtn{position:absolute; display:inline-block; width:14px; height:15px; margin-right:0px; text-decoration:none; right:0; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
#mcs_container .scrollUpBtn{top:-20px; background:url(../images/mcs_btnUp.png) center center no-repeat;}
#mcs_container .scrollDownBtn{bottom:-20px; background:url(../images/mcs_btnDown.png) center center no-repeat;}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}

#mcs2_container{position:relative; margin:0;height:150px;}
#mcs2_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#mcs2_container .customScrollBox .container{position:relative;top:0; width:95%; float:left;}
#mcs2_container .customScrollBox .content{clear:both;}
#mcs2_container .dragger_container{position:relative; width:0px; height:100%; float:left; border-left:1px solid #777; cursor:pointer;left:20px;}
#mcs2_container .dragger{position:absolute; width:9px; background:#999; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:18px; -khtml-border-radius:18px; -webkit-border-radius:18px; border-radius:18px;}
#mcs2_container .dragger_pressed{position:absolute; width:9px; background:#777; margin-left:-5px; overflow:hidden; cursor:s-resize;}

#mcs2_container .scrollUpBtn,#mcs2_container .scrollDownBtn{position:absolute; display:inline-block; width:14px; height:15px; margin-right:0px; text-decoration:none; right:0; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
#mcs2_container .scrollUpBtn{top:-20px; left:324px; background:url(../images/mcs_btnUp.png) center center no-repeat;}
#mcs2_container .scrollDownBtn{bottom:-20px; left:324px; background:url(../images/mcs_btnDown.png) center center no-repeat;}
#mcs2_container .scrollUpBtn:hover,#mcs2_container .scrollDownBtn:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}