/** #carousel **/
#carousel {
	background: url(../img/fundo_mural_recados.png) no-repeat left center;
	width: 280px;
	height: 292px;
	font-size: 11px;
	font-family: "trebuchet ms", arial;
	margin-top: 10px;
}

/** MEIO **/
.carousel-wrap {
	margin: 5px;
}

/** FORMATACAO CONTEUDO **/
/** LISTA **/
.carousel-wrap ul {
	margin: 0;
	padding: 0;
	
}
.carousel-wrap ul li {
	display: block;
	list-style-type: none;
	overflow: hidden;
	float: left;
	height: 111px;
	width: 270px;
}
.carousel-wrap ul li dl {
	
}
.carousel-wrap ul li dl dt {
	color: #00933F;
	font-weight: bold;
	font-size: 10px;
}
.carousel-wrap ul li dl dt span {
	font-size: 11px;
	font-weight: normal;
	float: right;
	color: #999;
}
.carousel-wrap ul li dl dd {
	float: left;
	margin: 0;
}
.carousel-wrap ul li dl dd span {
	width: 270px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.carousel-wrap ul li dl dd p {
	width: 100%;
	clear: both;
}

/** BOTOES **/
.carousel-control {
	display: block;
	width: 280px;
	height: 30px;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	color: transparent !important;
	line-height: 999px;
}
.carousel-control:hover {
	-moz-opacity: .7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
.carousel-previous {
	background: url(..img/button_top.png) no-repeat top left;
}
.carousel-next {
	background: url(../img/button_bottom.png) no-repeat top left;
}

/** BOTAO DISABLED **/
.disabled,
.disabled:hover {
	-moz-opacity: .1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
}