.contentslide{
background: #363636 url(images/coverageup.jpg) no-repeat left top;
border: 0px solid #363636;
border-bottom-width: 0px;
width: 529px;
height: 103px;
margin-top: 8px;
margin-left: 5px;
padding-top: 5px;
}

.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: 519px; /*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: #363636 url(images/coverage.jpg) no-repeat left bottom;
border: 0px solid #5f0d0d;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding-right: 10px;
padding-top: 10px;
margin-left: 5px;
height: 14px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background-color: #575757;
}

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