<style type="text/css"> 
.contain, .contain *{margin:0; padding:0;}

.contain{width:285px; height:300px;position:relative; overflow:hidden;}
.slider{position:absolute;}
.slider li{ list-style-image:none;display:inline;}
.slider img{ width:285px; height:300px; display:block;}
.kuang {width:285px; height:310px;margin:0px 0px 1px 0px;padding:10px 2px 2px 0px; background-color:#FF7300;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 0px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}
</style>