.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 547px;
height: 194px;
}

.contentslide .contentdiv{
display: none;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 547px;
height: 194px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 547px; /*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-image: url(gfx/ajaxadbottom.jpg);
height: 30px;
line-height: 30px;
border: 0px solid navy;
display: none;
}

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

.pagination a, .pagination a:visited{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-top: 0px;
text-decoration: none; 
color: #FFFFFF;
background-image: url(gfx/ajaxnone.jpg);
background-repeat: repeat-x;
border: 1px solid #000000;
}

.pagination a.selected, .pagination a:hover{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-top: 0px;
color: #FFFFFF;
text-decoration: none;
background-image: url(gfx/ajaxselect.jpg);
background-repeat: repeat-x;
border: 1px solid #6f0000;
}