
#example {
	width:992px;
	height:320px;
	position:relative;
	background-color:#f8f4ea;
	
	/*background:url(../images/fondo-testimoniales.png) no-repeat;*/
}
/*
	Slideshow style
*/

#slides {
	position:relative;
	top:0px;
	left:0px;
	z-index:100;
	width:992px;
	height:320px;
}

/*
	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:992px;
	height:320px;
	overflow:hidden;
	/*background:url(../images/fondo-testimoniales.png) no-repeat;*/
	position:relative;
	display:none;
}

/*
	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:0px;
	width:992px;
	height:320px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:141px;
	left:35px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:928px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image: transparent;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/
