#mcs_container{width:100%; height:217px; padding:0; position:relative; background-repeat:no-repeat; background-position:50% 50%; background-image:url(../images/loading-scroll.gif);}
#mcs_container .customScrollBox{position:relative; width:100%; overflow:hidden;}
#mcs_container .customScrollBox .horWrapper{position:relative; left:0; width:999em; }
#mcs_container .customScrollBox .container{position:relative; left:0; display:inline-block; vertical-align: top;}
#mcs_container .customScrollBox .content{clear:both; height:196px; overflow:hidden;}
#mcs_container .customScrollBox .content p {padding:0; margin:0; overflow:hidden;}
#mcs_container .customScrollBox .content p img {float:left; display:none;}
#mcs_container .customScrollBox .content p a { position:relative; float: left;}
#mcs_container .customScrollBox .content p .desc {
    position:absolute;
    left: 0;
    bottom: -82px;
    color:#fff;
    font-size:12px;
    height:82px;
    width:100%;
    background-repeat:repeat;
    background-position:0 0;
    background-image:url(../images/desc-tail.png);
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
#mcs_container .customScrollBox .content p a:hover .desc {
    bottom: 0;
}
#mcs_container .customScrollBox .content p .desc .inner {
    padding: 24px 13px 0 13px;
    display: block;
}
#mcs_container .customScrollBox .content p .desc .title {
    display: block;
    font-size:14px;
    color:#f25d22;
    margin-bottom: -2px;
}
#mcs_container .dragger_bg {
	height:21px; 
	text-align:center; 
	padding:0; 
	width:940px;
	margin:0; 
	overflow:hidden;
        background-repeat:no-repeat;
        background-position:0 0;
        background-image:url(../images/dragger_bg.gif);
        vertical-align: top;
}
#mcs_container .dragger_container {
	position:relative; 
	z-index:2;
	height:21px;
	padding:0;
        width:924px;
        margin: 0 8px;
}
#mcs_container .dragger {position:absolute; width:54px; height:21px; cursor:pointer; background-repeat:no-repeat; background-position:0 50%; background-image:url(../images/drag.gif);}
#mcs_container .control_container {width:960px; margin:0 auto; position:relative; z-index:1;}