/* CSS Document */


/* Carousel */
div#carousel_relativo {
width:580px;
height:218px;
position:relative;
} 
	div#carousel_relativo ul {
	margin:0px;
	padding:0px;
	}

	div#carousel_relativo ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}

	div.next  {
	width:27px;
	height:27px;
	position:absolute;
	right:20px;
	top:90px;
	z-index:10;
	}

	div.prev  {
	width:27px;
	height:27px;
	position:absolute;
	left:20px;
	top:90px;
	z-index:10;
	}
	
	div.carousel_imagem {
	width:290px;
	height:218px;
	overflow:hidden;
	}

