.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 930;
height: 35;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
}


.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #992200;
background-color: white;
border: #eeeee2 0px solid;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #B6B6A5;
}
