
#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

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

#frame {
	position:absolute;
	z-index:10;
	width:1220px;
	height:400px;
	top:-3px;
	left:-320px;
}

#slides {
	position:absolute;
	top:15px;
	left:-182px;
	 background: url(../img/fondo-slider.png) no-repeat;
}

.slides_container {
	width:990px;
	overflow:hidden;
	position:relative;
	display:none;
	height:320px;
}

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


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:135px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:955px;
}


.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	/* height:30px; */
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:920px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
