#slider1 {
		position:relative; text-align:left; margin-left:0px
}
.contentslide{
border: none;
border-bottom-width: 6px;
padding: 8px;
width: 506px;
height: 201px;
position:relative;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 506px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color:#none;
border:none;
border-width: 0 ; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 406px; /*IE6 width*/
}
img a { background:none; border:none;}
img a:hover { background:none; border:none; text-decoration:none;}
.pagination a{
padding:  5px 6px 5px 7px;
text-decoration: none; 
color: #990000;
background:url(../imagens/fd_painelpaginacao.png) no-repeat left top;
font:bolder 13px Arial, Helvetica, sans-serif

}
.pagination a img { background:none; border:none; padding:1px; float:right}
.pagination a:hover, .pagination a.selected{
color: white;

}
.titpainel {
	font:normal 22px Arial, Helvetica, sans-serif;
	color:#990000;
	border-bottom:1px solid #CB7E7E;
	margin:6px 0 6px 0; padding:15px 5px 5px 5px;
}
.textpainel {
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#666666;
	padding:1px 5px;
}
.fotopainel {
	float:left;
	padding:2px; margin:1px 6px 1px 3px;
	background:#e1e1e1;
	clear:none;
}