@charset "utf-8";
/*
	Slideshow
*/

#slides {
	position:relative;
	z-index:100;
	border: none;
	padding: 0px;
}

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

.slides_container {
	width:884px;
	overflow:hidden;
	position:relative;
	display:none;
	border: none;
	padding-top: 0px;
}

/*
	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:884px;
	height:570px;
	display:block;
	border: none;
}

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


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:245px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border: white;
	text-decoration: none;
}


#slides .next {
	left:880px;
	border: white;
	text-decoration: none;
}
