.contentslide{
width: 280px;
}

.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=0);
-moz-opacity: 0;
opacity: 0;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align:center;
}


.pagination a{
padding: 0 0px;
text-decoration: none;
font-family:Tahoma;
font-size:12px;
color: #054173;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #D9E5F0;
}