.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 650px;
height: 171px;
}

.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{
width: 646px; /*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: #B2A254;
border:  0px solid #B2A254;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 1px 0px 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 650px; /*IE5 width*/
w\idth: 650px; /*IE6 width*/
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #ffffff;
background-color: #413601;
font-size:10px
}

.pagination a:hover, .pagination a.selected{

background-color: #FEE496;
 

  
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
  BORDER-COLOR: #d8d3ad;
 color: #000;
} 
