body#home #slider {
	background: url('../../img/site/slider-bg.png') no-repeat;
	height: 380px;
	left: 0px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0px;
	position: relative;
	top: 48px;
	width: 960px;
	z-index: 1;
	z-index: 500px;
}
.carousel {
	height: 235px;
	overflow: hidden;
	position: relative;
	width: 625px;
}
.carousel h2,	
.carousel h2 a {
	color: #fff;
}
.backgrounds {
	height: 245px;
}
.backgrounds .item {
	float: left;
	height: 265px;
	position: relative;
	/*width: 625px;*/
	z-index: 1;
    width: 320px;
    margin: 0 305px 0 0;
}
.panel {
	color: #fff;
	height: 230px;
	/*margin-right: 25px;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 290px;
	z-index: 10;
}
.data_vitrine {
	font-size: 10px;
}
.foto_vitrine {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	display: block;
	webkit-box-shadow: #5b8e67 1px 1px 1px;
    border: 1px #009900 solid;
	height: 230px;
    max-width: 320px;
    margin: 0 auto;
}
.paging {
	bottom: 0px;
	height: 30px;
	/*left: 85px;*/
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 175px;
}
.dualNav {
	background-image: url('../../img/site/carousel-nav.jpg');
	background-repeat: no-repeat;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	display: block;
	height: 18px;
	moz-border-radius: 3px;
	moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	width: 18px;
}
.panel .pause {
	background-position: -18px -18px;
	right: 20px;
	top: 25px;
}
.panel .play {
	background-position: 0px -18px;
	right: 20px;
	top: 25px;
}
.panel .next {
	background-position: -18px 0px;
	bottom: 0;
	right: 0;
}
.panel .previous {
	background-position: 0px 0px;
	bottom: 0;
	left: 0;
}
#numbers {
	text-align: center;
}
#numbers a {
	background-image: url('../../img/site/botao-destaque-pequeno.png');
    float: left;
    padding: 5px 0 0 0;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#numbers a.selected,
#numbers a:hover {
    background-image: url('../../img/site/botao-destaque-pequeno-hover.png');
	filter: alpha(opacity=100);
	opacity: 1;
}
.details_wrapper {
	height: 230px;
	/*left: 85px;*/
	overflow: hidden;
	position: absolute;
	width: 285px;
}
.details {
	height: 230px;
}
.detail {
	float: left;
	height: 230px;
	padding: 0 0;
	width: 285px;
}
.detail h2,
.detail h2 a {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 10px 0;
    height: 72px;
    overflow: hidden;
}
a.sliderMore{
    background-image: url('../../img/site/botao-destaque-medio.png');
    background-repeat: no-repeat;
	color: white !important;
    display: block;
    width: 90px;
    padding: 3px 0 5px 0;
    text-align: center;
    margin: 11px 0 0 185px;
}
a.sliderMore:hover {
	text-decoration: none;
    text-decoration: underline; 
}
.resumoNoticiaDestaque{
    color: #FFFFFF !important;
    display: block;
    overflow: hidden;
    height: 90px;
    font-size: 13px;
}
.resumoNoticiaDestaque:hover{
    text-decoration: underline; 
}