
/* slide_img */
.container{ width:740px; height:255px; overflow:hidden; position:relative; left:-10px;top:-8px;margin-bottom:5px; padding:0}
.slider{margin:0px;padding:0}
.slider li{ list-style:none;display:inline;}
.slider img{ width:740px; height:255px; display:block;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 18px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 0 3px 0 3px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 3px 0 3px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}