#bigbanner{
	width:777px;
	height:298px;
	position:relative;
	float: left;
	margin-left: 13px;
}
#banners{
	width:777px;
	height:298px;
}
#banners .banner{
	position:absolute;
	top:0;
	left:0;
	display:block;
}
#banners .banner img{
	width:777px;
	height:298px;
	text-align: center;
}
.banner.current{
	z-index:2;
}
#controls{
	width:auto;
	text-align:center;
	position:absolute;
	bottom:12px;
	z-index:999;
	margin-left: 15px;
}
#controls li{list-style:none;display:inline;}
#controls li a{
	width:12px;
	height:12px;
	display:block;
	background:url(../images/inactive.png) no-repeat;
	float:left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#controls li.active a{background:url(../images/active.png) no-repeat;}
#controls li a:hover{background:url(../images/active.png) no-repeat;}
