/*
	Page style
*/

#mainimgwhole {
	width:1300px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#mainimg {
	width:1300px;
	height:350px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	z-index:100;
}

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

.slides_container {
	width:1300px;
	overflow:hidden;
	position:relative;
	display:none;
}