#banner {
	padding-left: 10px;
}
#ss_img_div {
	width:700px;
	height:180px;
	overflow:hidden;
}
#ImgNum {
	position: absolute;
	margin-top: -19px;
	margin-left: 650px;
}
#ImgNum li {
	width:20px;
	height:19px;
	float:left;
	margin-right:3px;
	cursor:pointer;
	text-align: center;
	font: 10px Verdana;
}
#ImgNum li.itemOff {
	color:#FFFFFF;
	text-decoration: none;
	background: url(../img/banner_tab.gif) no-repeat;
	height: 19px;
	width: 20px;
	line-height: 22px;
	display: block;
	filter: Alpha(Opacity=60);
}
#ImgNum li.itemOff:hover {
	color:#FFFFFF;
}
#ImgNum li.itemOn {
	color:#FFFFFF;
	font-weight:bold;
	height:19px;
	background: url(../img/banner_tabsel.gif) no-repeat;
	width: 20px;
	text-decoration: none;
	line-height: 19px;
	display: block;
}