.contentslide{
border: 1px solid #FF6600;
border-bottom-width: 6px;
padding: 1px;
width: 534px;
height: 182px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
background-color: #FF6600;
border: 10px solid #FF6600;
border-width: 0 10px; /*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: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FF6600;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #84C225;
}.letrabranca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
