#slider {
	height: 200px;
	width: 772px;
	overflow: hidden;
}

#slider-container {
	height: 232px;
	background: url(../../images/barra_slideshow.png) no-repeat left bottom;
	margin-bottom: 10px;
}

/* image replacement */
        .graphic,
#prevBtn,
#nextBtn,
#slider1prev,
#slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* // image replacement */
/* Easy Slider */

#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:772px;
	height:200px;
	overflow:hidden;
}

/* numeric controls */	

ol#controls {
	margin:0px 0px 10px;
	padding:0;
	height:32px;
	display: block;
	width: 772px;
}

ol#controls li {
	margin:5px 0 0 5px;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}

ol#controls li a {
	width: 25px;
	height:19px;
	line-height:13px;
	background:url(../../images/boton_slideshow.gif) no-repeat center bottom;
	color:#fff;
	padding:5px 0 0;
	text-decoration:none;
	text-align: center;
	display: block;
}

ol#controls li a:hover {
	background-position: left top;
	color: #999;
}

ol#controls li.current a {
	font-weight: bold;
	background-position: left top;
	color: #F60;
}

ol#controls li a:focus,
#prevBtn a:focus,
#nextBtn a:focus {
	outline:none;
}
	
/* // Easy Slider */
