.contentslide{
}

.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{
text-align: left;
padding: 10px 0px 5px 0px;
margin-top:5px;
border-top: 1px solid #F8ECAB;

}


.pagination a{
padding: 4px;
text-decoration: none; 
color: #cc0000;
background-color: white;
border: 1px solid #F8ECAB;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FAF2C7;
border-bottom: 1px solid #F8ECAB;
border-left: 1px solid #F8ECAB;
border-right: 1px solid #F8ECAB;
padding: 4px;
maring-top:-2px;
}