ul,ol,img{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-style:none;
}
#container {
	width:900px;
	position:relative;
	z-index:0;
	background-image: url(fondo_slide.png);
	height: 387px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}

#example {
	width:900px;
	height:360px;
	position: relative;
}

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

#frame {
	position:absolute;
	z-index:0;
	width:900px;
	height:360px;
	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:900px;
	overflow:hidden;
	position:relative;
	display:none;
	height: 360px;
}

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

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:140px;
	width:24px;
	height:43px;
	
	z-index:101;
	
}
#slides .next a,#slides .prev a{
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
	color: #FFB953;
	display:block;
}
#slides .next:hover, #slides .prev:hover {
	background-position: left bottom;
}


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


/*
	Pagination
*/

.pagination {
	width:217px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	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; /* IE 6 */
}

.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;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
