

#slide-container {
	width:782px;
	height:416px;
	margin: 0 auto;
	float: left;
	margin-top: 10px;
}

#slideshow {
	width:782px;
	/*height:400;*/
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:782px;
	height:390px;
	top:0px;
	left:0px;
}

/*
	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:704px;
	overflow:hidden;
	position:relative;
	display:none;
	left:38px;
	top: 3px;
}

/*
	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:704px;
	height:384px;
	display:block;
}

.slides_container a img {
	display:block;
	border:0;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:145px;
	left:0px;
	width:35px;
	height:61px;
	display:block;
	z-index:101;
}

#slides .next {
	left:745px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0 auto;
	width:108px; /* should equal li outerwidth x number of slides */
}

.pagination li {
	float:left;
	padding:0 3px;
	list-style:none;
}

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

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