* { font-family: "Microsoft Yahei",Lucida Grande,Lucida Sans Unicode,ËÎÌå,ÐÂËÎÌå, Arial, Helvetica, sans-serif;font-size: 14px;line-height: 28px;padding: 0px;margin: 0px; list-style:none;}
body {
	margin: 0px; 
	background:#fff;
	overflow-x:hidden;	
}
td {
	font-size: 14px;
	color: #333;
}
table{margin:0 auto;}

a:link {
	font-size: 14px;
        color: #333;
	text-decoration: none;	
}
a:visited {
	font-size: 14px;
        color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
        color: #1e50ae;
        text-decoration: none;
		
}

.all{ width: 430px; height: 280px; padding: 1px; border: 1px solid #ececec; margin: 0 auto; position: relative; }
.screen{
	width:430px;
	height:280px;
	 overflow:hidden; 
	position:relative;
}
.screen li{ width:430px; height:280px; overflow:hidden; float:left;}
.screen ul{ position:absolute; left:0; top:0px; width:3000px;}
.all ol{ position:absolute; right:10px; bottom:10px; line-height:20px; text-align:center;}
.all ol li{ float: left; width: 15px; height: 15px; background: #fff;  margin-left: 5px; cursor: pointer; font-size: 10px; font-family: Verdana; line-height: 15px; border-radius: 15px; }
.all ol li.current{ background:#008ff5;}
