
/*slide*/
.box{ width:1000px; height:380px; margin:0 auto;}
#slide{position:relative;float:left;width:1000px;height:380px;margin-bottom:0px;overflow:hidden;background:url(img/loading.gif) no-repeat center;}
#slide ul{position:absolute;}
#slide li{float:left; width:1000px; height:380px; overflow:hidden; }
#slide .o-control{display:none;position:absolute;top:150px;width:50px;height:80px;background:#000;filter:alpha(opacity=30);opacity:0.3;cursor:pointer;}
#slide .control{position:relative;top:13px;left:8px;display:inline-block;width:30px;height:55px;background:url(img/bg_index.png);filter:alpha(opacity=60);opacity:0.6;}
#slide #goback{left:0px;}
#goback .control{background-position:0px -35px;}
#slide #forward{right:0px;}
#forward .control{left:10px;background-position:-35px -35px;}
#slide div{position:absolute; float:right; bottom:2px; right:2px; height:20px; overflow:hidden; zoom:1; }
#slide span{width:20px;font-size:14px;height:20px;margin:2px 2px; background:#FBE3CC;float:left;text-align:center;line-height:20px;cursor:pointer;font-family:arial;filter:alpha(opacity=70);opacity:0.7;}
#slide span a{color:#111;text-decoration:none;}
#slide span.curr,#slide span.hover{background:#FC8542;filter:alpha(opacity=100);opacity:1;}
#slide .curr a:link, #slide .curr a:visited{color:#fff;}