.sliderwrapper{
	height:276px;
	overflow:hidden;
	position:relative;
	width:516px;
	background-color: #F5F4F0;
	border:1px solid #E9E8E3;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 10px;
	width: 516px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 498px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	margin-top:15px;
}

.pagination a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 3px 8px;
	text-decoration: none; 
	color: #666666;
	background: #F0F0F0;
	border:1px solid #D0D0D0;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #5EB7CB;
	border:1px solid #3AA0B6;
}

#resumo-destaque{
	position: absolute;
	z-index:70;
	height:38px; /* valor anterior 51px */
	width:496px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
	background-color:#F5F4F0;
	margin-top:217px; /* valor anterior 204px */
	line-height:38px; /* valor anterior 51px */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	color:#333333;
}
#resumo-img{
	position: absolute;
	z-index:69;
}