@charset "utf-8";
/* 样式重置 */
#container{ width:100%;}
/*顶部*/
#top{ width:100%; height:421px;}

/*大幅广告位*/
#banner{ height:421px; text-align:center;}

/*引导页*/
.wrapper{ width:1000px;}

/*
	Slideshow
*/

#slides {
	position:absolute; left:50%; width:1440px; margin-left:-720px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:100%;
	overflow:hidden;
	position:relative;
	display:block;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:1440px;
	height:421px;
	display:block;
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/

.pagination {
	margin:0px auto;
	width:100px;
	position:relative;
	top:-25px;
	left:400px;
	z-index:900;
}

.pagination li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:0;
	padding-top:16px;
	background-image:url(../img/pagination2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -24px;
}