.contentslide{

width: 180px;
height: 160px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
font: bold 9pt  Arial, Verdana, sans-serif;
width: 100px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #b52b29;
border: 1px solid #b52b29;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
margin-left:0px;

margin-top:18px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

width: 100px; /*IE5 width*/
width: 1010px; /*IE6 width*/
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #f0f0f0;
background-color: #b52b29;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ea0003;font-weight: bold;
}