@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
}



#display {
	width: 944px;
	height: 605px;
	margin: 1 auto;
	position: absolute;
	z-index:1;
	clear:both;
	left:50%;
	margin-left:-472px;
	text-align: center;

}


#slides {
	position:absolute;
	z-index:99;
}

.slides_container {
	width:944px;
	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 div.slide {
	width:944px;
	height:605px;
	display:block;
}


/*
	Next/prev buttons
*/




.pagination {
	margin:15px auto 0;
	width:70px;
}

.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;
}
