#container {
	width:1020px;
	position:relative;
	z-index:0;
}

#example {
	width:1020px;
	height:380px;
	position:relative;
}



/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1020px;
	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:600px;
	height:317px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/


/*
	Pagination
*/

.pagination {
	width:250px;
	height:16px;
	margin-top: 17px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 430px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:16px;
	height:16px;
	height:0;
	padding-top:16px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	color:#ffffff;
	font-size:1px;
	line-height:1px;
}

.pagination li.current a {
	background-position:0 -48px;
}
