.contentslide{
width: 528px;
height: 450px;
}

.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: 518px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height: 30px;
text-align: right;
position: absolute;
border: 0px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px 10px 5px 0;
margin-top: -30px;
z-index: 99;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 530px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a{
padding: 2px 5px;
text-decoration: none; 
font-family: arial;
font-size: 12px;
color: white;
background-color: #c92424;
border: 1px solid white;
}

.pagination a:hover, .pagination a.selected{
color: black;
background-color: white;
border: 1px solid black;
}