ul{margin:0;padding:0;}a img{border:0;}
/*slide*/
.box{ width:368px; height:254px; margin:0px auto;}
#slide{
	position:relative;
	float:left;
	width:368px;
	height:254px;
	overflow:hidden;
	background:url(img/loading.gif) no-repeat center;
}
#slide ul{position:absolute;}
#slide li{float:left; width:368px; height:254px; overflow:hidden; }
#slide .o-control{display:none;position:absolute;top:160px;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 div{position:absolute; float:right; bottom:10px; right:10px; height:20px; overflow:hidden; zoom:1; }
#slide span{width:20px;font-size:14px;height:20px;margin:2px 2px; background:#963;float:left;text-align:center;line-height:20px;cursor:pointer;font-family:arial;filter:alpha(opacity=70);opacity:0.7;}
#slide span a{color:#fff;text-decoration:none;}
#slide span.curr,#slide span.hover{background:#000;filter:alpha(opacity=100);opacity:1;}
#slide .curr a:link, #slide .curr a:visited{color:#fff;}