.contentslide{border: 0px;padding-top: 24px;width: 215px;height: 235px; border-bottom: 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;border:0px;padding:0px;}

.pagination{width: 213px; /*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: #3FA040;border: 0px;padding:3px;
border-width:0px; /*Left/ right border width of pagination DIV.*/}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width:215px; vertical-align: middle; margin-top:3px; /*IE5 width*/
w\idth:215px; /*IE6 width*/}

.pagination a{padding:1 3 1 3;text-decoration: none; color: #313C0E;font-size: 10px;background-color: White;}
.pagination a:hover, .pagination a.selected{color: White;background-color: #990000;}