.contentslide{
border: 0px;
border-bottom-width: 0px;
padding: 0px;
width: 940px;
height: auto;
}

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

.contentslide .contentdiv{
display: none;
/*height:220px;*/
}

.pagination{
width: 930px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
/*background-color: navy;
border: 0px solid navy;*/
/*border-width: 0 0px;*/ /*Left/ right border width of pagination DIV.*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top:5px;
text-decoration: none;
text-align:left;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
w\idth: 930px; /*IE5 width*/
width: 930px; /*IE6 width*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding:5px;
text-decoration: none; 
color: #000000;
/*background-color: #FFFFFF;*/
font-weight:bold;
text-align:center;
}

.pagination a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*padding:2px;*/
display:block;
float:left;
padding:5px;
text-decoration: none; 
color: #FFFFFF;
/*background-color: #FFFFFF;*/
font-weight:bold;
text-align:center;
border-top: solid #333333 1px;
border-left: solid #333333 1px;
border-right: solid #333333 1px;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #333333;
}

