/* Easy Slider */

#slider ul, #slider li,
	#slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
}

#slider li{
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width: 580px;
	height: 180px;
	overflow: hidden;
	color: #000;
}

#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	background: url(../images/layout/btn_prev.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 10px 0px;
	bottom: 46px;
	left: 2px;
}

#nextBtn a, #slider1next a {
	background: url(../images/layout/btn_next.gif) no-repeat 0 0;
	left: 448px;
	top: -88px;
}
.contador{
	color: #000;
	width: 480px;
	line-height: 32px;
	display: block;
	text-align: center;
}
/* // Easy Slider */
