.contentslide{
width: 539px;
height: 252px;
}

.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: 539px; /*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: 5px 0px 5px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 539px; /*IE5 width*/
w\idth: 539px; /*IE6 width*/
}

#content2 .pagination a {
padding: 2px 5px;
text-decoration: none; 
font-family: arial;
font-size: 12px;
color: white;
background-color: #fecd5a;
border: 1px solid #fdb813;
}

#content2 .pagination a:hover {
color: white;
text-decoration: underline;
}

#content2 .pagination a.selected {
color: white;
background-color: #3977ab;
border: 1px solid #1a4b72;
}

img {border:0px;}