@charset "utf-8";
/* CSS Document */
/* content block 1 */
#mcs_container{position:relative; top:0px; margin:0 0 0 0px; width:940px; height:140px; padding:0 0px;}
#mcs_container .customScrollBox{position:relative; height:100%; overflow:auto;}
#mcs_container .customScrollBox .container{position:relative; width:920px; top:0; float:left;}
#mcs_container .customScrollBox .content{clear:both}
#mcs_container .customScrollBox .content p, #mcs_container .customScrollBox .content p a, #mcs_container .customScrollBox .content li{padding:0 0px; margin:4px 0; color:#000; font-size:14px; line-height:16px; font-name: Times New Roman, Times, serif;}
#mcs_container .customScrollBox .content p.title{font: bold 16px Helvetica, Verdana, Arial, sans-serif;letter-spacing: 1px; word-spacing: 4px; margin: 0 0 8px 0; color: #000;}
#mcs_container .customScrollBox img{border:0px solid #fff; margin: 4px;}
#mcs_container .dragger_container{position:relative; width:2px; height:64px; float:left; margin:40px 0 0 12px; background:#000; cursor:pointer; border-radius:2px; cursor:s-resize; display:none;}
#mcs_container .dragger{position:absolute; width:2px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; cursor:pointer; border-radius:2px;}
#mcs_container .dragger_pressed{position:absolute; width:4px; margin-left:-1px; height:60px; background:#999; text-align:center; line-height:60px; color:#666; overflow:hidden; border-radius:4px; 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=20); opacity:0.20;}
#mcs_container .scrollUpBtn{top:16px; background:url(../img/mcs_btnUp.png) center center no-repeat; display:none;}
#mcs_container .scrollDownBtn{bottom:12px; background:url(../img/mcs_btnDown.png) center center no-repeat; display:none;}
#mcs_container .scrollUpBtn:hover,#mcs_container .scrollDownBtn:hover{filter:alpha(opacity=60); opacity:0.60;}
