
#slides {
	position:absolute;
	z-index:100;
	*left: 0px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	margin: auto;
	width: 950px;
	height: 372px;
	overflow:hidden;
	position:relative;
	display:none;
	margin-top: 10px;
}

/*
	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:950px;
	height:372px;
	display:block;

}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	width: 41px;
	height: 41px;
	z-index:101;
}

#slides .next {
	width: 41px;
	height: 41px;
}
.pagination {
	display:none;
}