.contentslide{
border: 0px solid black;
padding:1px; width:185px; height:90px; font-family:Arial; font-size:9pt; border-bottom-width:1px
}

.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{
border-left:2px solid black; border-right:2px solid black; border-top:2px solid black; border-bottom:0px solid black; width: 185px; /*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: black;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:0; padding-bottom:2px; font-family:Arial; font-size:9pt
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 189px; /*IE5 width*/
w\idth: 189px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background-color: #853a3e;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #49785b;
}