#mcs5_container{
/*  position:absolute; 
  left:40px; 
  top:60px; */
  margin:0; 
  width:640px; 
/*  height:130px; */
/*  padding:0 10px; */
/*  border:1px dashed #C30; */
  -moz-border-radius:4px; 
  -khtml-border-radius:4px; 
  -webkit-border-radius:4px; 
  border-radius:4px;
}
#mcs5_container .customScrollBox{
  position:relative; 
  width:640px; 
  overflow:hidden;
  margin: 0 auto;
}
#mcs5_container .customScrollBox .horWrapper{
  position:relative; 
  left:0;
}
#mcs5_container .customScrollBox .mcontainer{
  position:relative;
  height: 400px;
  left:0; 
  display:inline-block; 
  overflow: hidden;
  *display:inline;}
#mcs5_container .customScrollBox .mcontent{
  clear:both;
  height: 400px;
  overflow:hidden;
  position:relative;
}
#mcs5_container .customScrollBox .mcontent p{
/*  padding:5px; 
  margin:0 5px;*/
  margin: 0;
  
}
#mcs5_container .customScrollBox .mcontent p img{
/*  margin-right:5px;*/
    padding:0px auto;
		margin:0px auto;
    -webkit-transform: translate3d(0px,0px,0px); 
}
#mcs5_container .dragger_container{
  position:relative; 
  height:14px; 
  width:640px; 
  margin-top:15px; 
  background: url(images/well.png) no-repeat;
/*  border-top:1px dashed #C30;*/
}
#mcs5_container .dragger{
  position:absolute; 
  width:60px; 
  height:14px; 
  background: url(images/thumb.png) no-repeat; 
/*  margin-top:20px;*/
}
#mcs5_container .dragger_pressed{
  position:absolute; 
  width:60px; 
  height:14px; 
  background: url(images/thumb.png) no-repeat; 
/*  margin-top:-5px;*/
}
#mcs5_container .scrollUpBtn,#mcs5_container .scrollDownBtn{
  position:absolute; 
  top:0; 
  display:inline-block; 
  font-family:Arial,Helvetica,sans-serif; 
  font-size:large; 
  font-weight:normal; 
  color:#C30; 
  margin:8px 5px 0 10px; 
  text-decoration:none;
}
#mcs5_container .scrollDownBtn{right:10px;}
#mcs5_container .scrollUpBtn{right:50px;}
#mcs5_container .scrollUpBtn:hover,#mcs5_container .scrollDownBtn:hover{color:#fff;}