/*
	Slideshow
*/
body, html {
	margin:0;
	padding:0;
}
#slides {
	position:relative;
	z-index:100;
	width:906px;
	background-color:#eaeaea;
}

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

.slides_container {
	width:906px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0 auto;
	left:0px;
}
/*
	Pagination
*/

.pagination {
	display:none;
}