
#example {
	width:978px;
	height:247px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:0px;
	left:0px;
	z-index:200;
}

#frame {
	position:absolute;
	z-index:0;
	width:642px;
	height:247px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	height:245px;
}

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

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

/*
	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:642px;
	height:245px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:90px;
	left: -2px;
	width:46px;
	height:50px;
	display:block;
	z-index:300;
}

#slides .next {
	left:933px;
}

/*
	Pagination
*/

.pagination {
	display: none;
}
