.slideFrame{
    width:1280px;
	height:437px;
	margin:0 auto;
	text-align:center;	
	
}

.slide{
    width:1280px;
	height:437px;
	float:left;	
	margin:0 auto;
}


/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
	top:91px;
	margin:0 auto;
	
}

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

.slides_container {
	width:1280px;
	overflow:hidden;
	position:relative;
	float:left;
	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 div.slide {
	 width:1280px;
	height:437px;
	display:block;
}


/*
	Next/prev buttons
*/
/*
	Pagination
*/

.pagination {
	margin:375px 0 0 0;
	width:100px;
	position:absolute;
	z-index:1500;
	
	
}
.pagination li {
	float:left;
	margin:0px 4px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:0;
	padding-top:21px;
	background-image:url(../img/pagination.html);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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