
.contentslide{
/*border: 0px solid navy;
border-bottom-width: 6px;
width: 400px;
height: 250px;*/
padding: 5px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.contentslide .contentdiv{
display: none;
}
.contentslide .contentdiv strong{ font-size:12px;}
.pagination{
/*width: 416px;*/
text-align: right;
border:0px;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}
.pagination a:link, a:visited, a:active{text-decoration: none; padding:2px 5px 2px 5px; color:#FFF;border:0px; display:inline-block;}
.pagination a:hover, .pagination a.selected{background:#00202F;padding:2px 5px 2px 5px; color:#FFD348; font-weight:bold;border:0px;display:inline-block;}
-->