.contentslide{
border: 5px solid #CCCCCC;
border-bottom-width: 6px;
padding: 0px;
width: 190px;//ERA 150
height: 150px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentslide .contentdiv{
display: none;
}

.contentslide .contentdiv a{
border-color:white;
color:white;
}
.contentslide .contentdiv a:visited{
color:white;
border-color:white;
}

.pagination{
width: 180px; /* CAMBIO ERAN 166PX 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: #FFFFFF;/*ERA #2d5f2c*/
border: 2px solid #FFFFFF;/*ERA 10PX Y #2d5f2c*/
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: 180px; /*IE5 width  AQUI ERAN 166*/
w\idth: 180px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #999999;/*green;*/
}