.contentslide{
border-bottom-width: 6px;

}
.contentslide .opacitylayer{ 
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentslide .contentdiv{
display: none;
}

.pagination{

text-align: right;
border-width: 0 10px; 
padding: 4px 0 4px 0;
font-family:Arial;
font-size:10px;
}
.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

