/* banner */

#banner {
	clear: both;
	height: 200px;
	margin: 0 auto;
	padding:0;
	width: 866px;
	position: relative;
}
#banner ul {
	margin:0;
	padding:0
}
#banner li {
	height: 200px;
	width: 866px;
	margin:0;
	padding:0
}
#banner li a {
	width: 866px;
	height: 200px;
	display: block;
}
/* THE CAROUSEL */
			.jcarousel-container {
	position: relative;
}
.jcarousel-container-horizontal {
	width: 866px;
	height: 200px;
}
.jcarousel-clip {
	z-index: 2;
	overflow: hidden;
	position: relative;
	width: 866px;
	height: 200px;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}
.jcarousel-list li,  .jcarousel-item {
	float: left;
	list-style: none;
	width: 866px;
	height: 200px;
}
.jcarousel-control {
	display:none;
	position: absolute;
	z-index: 4;
	top: 10px;
	right: 10px;
}
.jcarousel-control a {
	padding: 5px;
	color: #000;
	font:16px "Century Gothic";
}
.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
	position: absolute;
	top: 0;
	height: 200px;
	width: 33px;
	cursor: pointer;
}
.jcarousel-next {
	background:url(images/bg_seta_dir.png) 0px 70px no-repeat;
	right: 0;
}
.jcarousel-prev {
	background:url(images/bg_seta_esq.png) 0px 70px no-repeat;
	left: 0;
}

#foto_destaque { float:right; padding-top:10px; margin-right:170px; }
#desc_destaque { float:left; padding-top:10px; margin-left:50px; text-align:left; }
#desc_destaque h2 { font:30px Arial; color:#fff; margin:10px 0px; }
#desc_destaque p { font:13px Arial; color:#fff; background:url(images/transparencia_destaques.png); padding:5px; }