#banner{
	width:610px;
	height:300px;
	position:relative;
	overflow:hidden;
	}
.banner_box{
	position:absolute;
	z-index:101;
	top:0;
	left:0;
	}

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	width:610px;
	height:300px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:610px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	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:610px;
	height:300px;
	display:block;
}

.slides_container a images {
	display:block;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:105;
	padding:0;
	margin:0;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../_img/index/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
