#slides {
	position:relative;		
	z-index:100;
	background:url(../images/zoneplus.jpg) top left no-repeat;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:540px;
	height:240px;
	overflow:hidden;
	position:relative;
	display:none;
	padding:20px;
	padding-bottom:0px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:20px;
	width:500px;
	height:200px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:120px;
	left:5px;
	width:20px;
	height:40px;
	display:block;
	z-index:101;
}

#slides .next {
	left:555px;
}

/*
	Pagination
*/


.pagination {
	
	visibility:hidden;
	height:0;
}

/*
#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
*/