




#example {
	width:965px;
	height:350px;
	position:relative;
	
}

/*
	Slideshow
*/

#slides {

	top:0px;
	left:0px;
	z-index:100;
	width:965px;
	
}

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

.slides_container {
	width:965px;
	overflow:hidden;
	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 a {
	width:965px;
	height:350px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:147px;
	left:0px;
	width:45px;
	height:47px;
	display:block;
	z-index:101;
	left:14px;
	text-align:center;
	
}

#slides .next {
	left:905px;
}


