@charset "ISO-8859-1";

/* CSS Document */

#container {
	float:left;
	margin:0;
	margin-left:0px;
	position:relative;
	text-align:left;
	width:437px;
	overflow:hidden;
}

#content {
	position:relative;
}

/* 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:437px;
	height:379px;
	overflow:hidden;
}

#slider li img {
	float:left;
	width:437px;
	height:379px;
	overflow:hidden;
}

.legigse {
	float:left;
	width:347px;
	height:56px;
	padding-left:20px;
	padding-right:70px;
	background:url(../gfx/eventos/fundos.png) repeat;
	position:relative;
	margin-top:-56px;
	overflow:hidden;
	line-height:56px;
	color:white;
	font-size:15px;
	font-family: 'PTSansRegular', Arial, sans-serif;
}

#prevBtn a {
	width:15px;
	height:9px;
	display:block;
	background:url(../gfx/eventos/seta_slider_esquerda.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn a {
	width:15px;
	height:9px;
	display:block;
	background:url(../gfx/eventos/seta_slider_direita.png) no-repeat;
	float:left;
	left:30px;
	top:0px;
	z-index:1000;
}

#prevBtn a:hover {
	width:15px;
	height:9px;
	display:block;
	background:url(../gfx/eventos/seta_slider_esquerda_h.png) no-repeat;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn a:hover {
	width:15px;
	height:9px;
	display:block;
	background:url(../gfx/eventos/seta_slider_direita_h.png) no-repeat;
	float:left;
	left:30px;
	top:0px;
	z-index:1000;
}

/* // Easy Slider */
