#home-banner {
	width: 545px;
	height: 363px;
	overflow: hidden;
	float: left;
	position: relative;
	background: white;
}

#home-banner .banner-item {
	margin: 0;
	padding: 0;
	list-style:none;
	position: absolute;
	top:0px;
	left:0px;
}

#home-banner ul.banner-counter {
	position: absolute;
	bottom:5px;
	left:200px;
	margin: 0;
	padding: 0;
}

#home-banner ul.banner-counter li {
	background: transparent url(files/indicator.gif) no-repeat -31px 1px;
	display: block;
	float: left;
	width: 30px;
	height: 21px;
	width: 30px;
	margin: 0 5px;
	cursor: pointer;
	cursor: hand;
	text-indent: -8000px;
	outline: none;
	list-style: none;
}
#home-banner ul.banner-counter li.current {
	background-position:1px 1px;
} 
