@CHARSET "UTF-8";
#bigbanner{
	width: 1098px;
	height:428px;
	text-align:center;
	margin:0px auto;
}
.bigbanner{
	/*
padding-bottom:10px;
*/
}
#banners{
	width: 1098px;
	width: 960px;
	height:400px;
	height:300px;
	position:relative;
	z-index:-10
	}	
#banners .banner{
    position: absolute;
    top:0;
    left:0;
    display:block;
}
#banners .banner a{
	z-index:3;
	display:block;
}
/* banner */
.banner {
    width: 100%;
}

.banner img {
    width: 100%;
	height:400px;
    height: 300px;
}

.banner.current {
    z-index: 2;
}
#controls{
	width:auto;
	float:right;
	margin-right:30px;
	margin-top:-30px;
	text-align:center;
}
#controls li { list-style:none; display:inline; }
#controls li a{
	width:12px;
	height:12px;
    display:block; /* < = FF2 hack */
	margin:0px 3px 0px 3px;
	background:url(../images/inactive.png) no-repeat;
	float:left;
}
#controls li.active a{
	background:url(../images/active.png) no-repeat;
}
#controls li a:hover{
	background:url(../images/active.png) no-repeat;
}