.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 293px;
}
* html .contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 293px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 293px;

-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	
width: 290px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px 10px 4px 0px;
margin:0px 0px 0px 12px;
background: url(../images/pagination.png) no-repeat bottom left;
height: 15px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 270px; /*IE5 width*/
width: 302px; /*IE6 width*/
margin-top: -2px;
}

.pagination a{
padding: 0px 5px;
border: 1px solid #8CAAD1;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #000080;
border: 1px solid #FFFFFF;

}
