
.slideBtn,.iconBall,.slideText,.slideBtn{position:absolute}
.slideTitle{
    position:absolute;
    width:100%;height:40px;
    line-height:40px;background:#000;
    left:0;bottom:0;_bottom:-1px;

    background: -webkit-linear-gradient(top, rgba(0,0,0,1)0%,rgba(0,0,0,0.5)66%, rgba(0,0,0,0)99%);/* Safari、Chrome */
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));/* 默认渐变位置从上往下 */

    z-index:1}
.slideText{color:#fff;font-size:16px;font-family:microsoft yahei;z-index:2;bottom:0;left:10px;line-height:40px}
.slideTitle a:hover{color:#ffffff;}
.iconBall span,.slideBtn span{display:none11;width:35px;height:75px;}
.iconBall{height:40px;right:20px;bottom:0;z-index:2;}
.iconBall span{width:10px;height:10px;float:left;margin-left:8px;background:#ffffff;border-radius: 5px;margin-top:15px;}
.iconBall span.hover{width:30px;background:#cc0000;cursor:pointer;}
.slideBtn{width:100%;height:75px;top:162px;}
.slideBtn span{
    width:35px;height:75px;
    cursor:pointer;
    filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0;opacity:0;
    position:relative;
    
}
.slideBtn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8!important;-khtml-opacity:0.8!important;opacity:0.8!important;}
.slideBox:hover .slideBtn span{filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity: 0.4;}
.slideBtn .left_btn{background:url(../img/gundong_left.png) no-repeat;float:left;left:10px;}
.slideBtn .right_btn{background:url(../img/gundong_right.png) no-repeat;float:right;right:10px;}


.slidelist{width:660px;height:400px;overflow:hidden;}