
#container {
	width:890px;
	margin:0 auto;
	position:relative;
	z-index:0;
	height:372px
}

#example {
	width:890px;
	height:372px;
	position:relative;
}

#frame {
}

/*
	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:890px;
	overflow:hidden;
	position:relative;
	display:none;
	height:372px
}

/*
	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
*/



/*
	Footer
*/
