.contentslide{
border: 5px solid #c3cdce;
border-bottom-width: 6px;
padding: 8px;
width: 454px;
_width: 470px;
_height: 250px;
font-weight:normal;
text-align:left;
}

.contentslide a, .contentslide a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
f\ont-weight:normal;
}

.contentslide p{ margin:0; padding:0;}

.contentslide a:hover{
text-decoration:none;
color:CC0000;
}

.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: 470px; /*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-color: #c3cdce;
border: 5px solid #c3cdce;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 470px; /*IE5 width*/
w\idth: 470px; /*IE6 width*/
}

.pagination a{
padding: 2px 8px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #2e6ab1;
text-decoration:none;
}
