/* CSS Document */
div#main div#banner{
	height: 400px;
	background-position: center center;
}

.banner_main{ width:988px; margin:0 auto;}
.banner_control{ float:left; width:988px; height:380px; position:absolute;}
.banner_control .btn{ position:absolute; bottom:20px; right:20px; z-index:100;}
.banner_control .btn_point_on{float:left;width:11px;height:13px; background:url(../images/btn_on.png) no-repeat;margin-right:15px; line-height:1px; }
.banner_control .btn_point_off{float:left;width:11px;height:13px;background-image:url(../images/btn_off.png);background-repeat: no-repeat;margin-right:15px;cursor:pointer; line-height:1px;}
.banner1{width:100%;height: 380px;background-image: url(../images/01.jpg);background-repeat: no-repeat;background-position: 49% center;}
.banner2{width:100%;height: 380px;background: url(../images/02.jpg) no-repeat center;background-position: 49% center;}
.banner3{width:100%;height: 380px;background: url(../images/03.jpg) no-repeat center;background-position: 49% center;}
.banner4{width:100%;height: 380px;background: url(../images/04.jpg) no-repeat center;background-position: 49% center;}
.banner5{width:100%;height: 380px;background: url(../images/05.jpg) no-repeat center;background-position: 49% center;}

div#main div#banner ul#nav{
	list-style: none;
	display: block;
	position: relative;
	left: 652px;
	top: 343px;	
}

div#main div#banner ul#nav li{
	float: left;	
}
