#slideshow{
	overflow:hidden;
	float:left;
	width:270px;
	/*background: #000 url("imagens/loading-bar-black.gif") no-repeat center;*/
	position:relative;
}

#slideshow, #slideshow div{border:none;}

#slideshow .link_anterior,#slideshow .link_proximo{
	position:absolute;
	top:0;
	width:40px;	height:100%;
	filter:alpha(opacity=20);
	opacity: 0.2;
	z-index: 2;
	cursor:pointer;
}
#slideshow .link_anterior:hover ,#slideshow .link_proximo:hover{
	filter:alpha(opacity=80);
	opacity: 0.8;
	text-decoration: none;
}
#slideshow .link_anterior{
	background: url("imagens/fleche1.png")  no-repeat center center;
	*background: url("imagens/fleche1.gif")  no-repeat center center;
	left:0
}	
#slideshow .link_proximo{
	background: url("imagens/fleche2.png") no-repeat center center;
	*background: url("imagens/fleche2.gif") no-repeat center center;
	right:0;
}
#slideshow .slides{
	position:relative;
	z-index: 1;
	width:100%;	
	height:100%;
	list-style: none;
	margin:0; padding:0;
}
#slideshow .slides li{
	margin:0; padding:0;
	height:100%;
	position:absolute;
	z-index: 1;
}
#slideshow .slides a, #slideshow .slides a *{
	border:none !important; 
	color:inherit;
	overflow:hidden;
}
#slideshow .slides a:hover, #slideshow .slides a:hover *{
	text-decoration: underline; 
}
#slideshow .slides li img{
	clear:both;
	margin:0;
}
#slideshow .slides li .info{
	width:260px;
	padding: 5px;
	height: 70px;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: absolute;
	bottom: 0;
}
#slideshow .slides li .info h3{
	color: #95090A; 
	line-height: 17px;
	height: 17px;
	width: 253px;
}
#slideshow .slides li .info p{
	font-size: 11px;
	line-height: 14px;
	width: 253px;
}

#box_destaque .lista{
	line-height: 1.2em;
	background: #fff; 
	clear: none; 
	float: left; 
	width: 274px; 
	border: 0;
	border-left: 1px solid #DEDEDE; 
	border-right: 1px solid #DEDEDE; 
	overflow: hidden;
}

#box_destaque .lista .dest{
	position: relative;
	margin: 2px 0 0 3px; 
	border: 0; 
	height: 89px; 
	float: left; 
	clear: both; 
	display: inline; 
	width: 268px;
}

#box_destaque .lista .dest a:hover, #box_destaque .lista .dest a:hover * {
	text-decoration: underline;
	cursor: pointer;
}

#box_destaque .lista .dest a font {
	font-size: 9px;
	font-weight: bold;
	color: #000;
	width: auto !important;
}

#box_destaque .lista .dest a h1 {
	color: #95090A;
	width: auto !important;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 16px;
	font-size: 13px;
	font-variant: normal;
	float: none;
}

#box_destaque .lista .dest a p {
	width: auto !important; 
	color: #000;
	font-size: 11px;
}

#box_destaque .lista .dest a.veja_mais {
	position: absolute;
	bottom: -3px;
	right: 2px;
	margin-top: 2px;
	color: #B2362E;
	display: inline;
	float: right;
	height: 20px;
	border: none;
	font-size: 11px;
}