.contentslide{
font-family: Tahoma;
font-size: 120%;
border: 1px solid #800000;
border-bottom-width: 2px;
padding: 0px;
width: 298px;
height: 110px;

}

.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;
font-size: 70%;
vertical-align: top;
}

.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;
background-color: #800000;
border: 5px solid #800000;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0px 0px 2px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 290px; /*IE5 width*/
w\idth: 290px; /*IE6 width*/
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #F5F5DC;
}

.pagination a:hover, .pagination a.selected{
color: #F5F5DC;
background-color: #4B6D5D;
}