.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: block;
}



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






.pagination a{
float: left;
display: block;
font: bold 11px Arial;
color: #999999;
text-decoration: none; 
margin: 0 1px 0 0;
padding: 5px 10px;
background-color: black;
border: 1px solid white;
}



.pagination a:hover, .pagination a.selected{
background-color: #CCCCCC;
color: #000066;
}




display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Red color theme*/ 
border: 1px solid white;

background-color: #FF0000; /*Red color theme*/ 
color: #000066;


padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
