/*
	Slideshow
*/

#slides {
	margin:0 auto;
	width:988px;
	margin:0 auto;
	float:right;
	margin:0px 1px 0 0;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	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:988px;
	height:463px;
	display:block;
	
}

.slides_container a img {
	display:block;
}


/*
	Pagination
*/


.pagination {
	margin:-20px 10px 0 0;
	position:relative;
	float:right;
	z-index:100;
	background:#f0f0f0;
	padding:5px 0 0 10px;
	width:80px;
	height:15px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
