@charset "utf-8";
/* CSS Document */

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
#banner{
	width:1002px;
	float:left;
	height:368px;
	margin:0;
	overflow:hidden;
}

#slides .slides_container {
	width:1002px;
	height:368px;
	display:none;
	z-index:0;
}

/*
	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
*/

#banner .slides_container div{
	width:1002px;
	height:368px;
	display:block;
	z-index:0;
}



/* 
	pagination
*/
ul.pagination{
	width:auto;
	height:auto;
	float:right;
	margin:0 130px 0 0;
	padding:0;
	z-index:9999;
	position:relative;
	top:-80px;
	left:0;
}
/**:first-child+html ul.pagination{
	top:-40px;
	left:-5px;
}*/
ul.pagination li{
	width:auto;
	height:12px;
	float:left;
	margin:2px;
	padding:0;
	list-style-type:none;
	overflow:hidden;	
}
ul.pagination li a  {
	padding-top:20px;
	background:url(../images/nav_gray.png) no-repeat;
	margin:0px;
	width:12px;
	height:12px;
	float:left;
}
ul.pagination li a:hover  {
	text-decoration:none;
}
ul.pagination li.current a  {
	background:url(../images/nav_red.png) no-repeat;
	margin:0px;
	width:12px;
	height:12px;
	float:left;
}


hr {
	background:#efefef;
}
