@charset "utf-8";
/* CSS Document */

/* DIV Painel */
#Painel {
	position: absolute;
	left: 178px;
	top: 241px;
}

/* Easy Slider */
#banner ul, #banner li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #4B5152;
}

#banner {
	margin-top: 1em;
	overflow: hidden;
	width: 590px;
	height: 300px;
}
#banner li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 590px;
	height: 300px;
	overflow: hidden;
}	

#bannercontrols {
	position: absolute;
	padding: 8px 0px 0px 2px;
	*padding: 2px 0px 0px 2px;
	z-index:2;
}

#bannercontrols li {
	font-size: 60%;
	float:left;
	list-style-type: none;
    color:#000;
}
#bannercontrols li a { 
	color:#FFFFFF;
	background:url(../images/pageloader.png) bottom center no-repeat;
	height:12px;
    width: 12px;
	text-decoration: none;
    padding: 0px 6px 0px 6px;
}
#bannercontrols li.current a, #bannercontrols li a:hover { 
	color:#000;
	background:url(../images/pageloader.png) top center no-repeat;
	height:12px;
    width: 12px;
}

img {
	border: none;
}

