﻿.contentslide{
border: 0px ;
border-bottom-width: 6px;
padding: 0px;
width: 418px;
height: 200px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 418px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: Left;
background: url('images/bgajaxbottom.gif') repeat;
border:0px ;
border-width: 0 00px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0px 10px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 418px; /*IE5 width*/
w\idth: 434px; /*IE6 width*/
}

.pagination a{
padding: 5px 5px;
background: url('images/bgajaxbottom.gif') repeat;
text-decoration: none; 
color: #996633;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #336633;
font-weight: bold;
}