#example {
	width:689px;
	height:400px;
	position: relative;
	background-image: url(fondo_slide.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

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

/*
	Slideshow
*/

#slides {
	position:absolute;
	z-index:100;
}

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

.slides_container {
	width:689px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 366px;
}

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

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:255px;
	width:24px;
	height:43px;
	z-index:101;
	display: none;
	
}
#slides .next a,#slides .prev a{
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-decoration: none;
}
#slides .next:hover, #slides .prev:hover {
	background-position: left bottom;
}


#slides .next {
	background-image: url(arrow-next.png);
	left: 876px;
}
#slides .prev     {
	background-image: url(arrow-prev.png);
	margin-left: 0px;
}


/*
	Pagination
*/

.pagination {
	width:300px;
	margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
	height: 20px;







	*margin-left: 0px; /* IE 7 y anteriores */
	_margin-left: 0px; /* IE 6 */







	*padding-top: 10px; /* IE 7 y anteriores */
	_padding-top: 10px;
	right: 0px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:22px;
	height:0;
	padding-top:12px;
	background-image:url(pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}