.contentslide{
width: 225px;
/*height: 245px;*/
margin:20px auto 0;
}

.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{
width: 225px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
padding: 0;
clear: both;
margin:0 0 0 80px;
}

.pagination a{
padding: 3px 6px;
text-decoration: none; 
color: #999999;
/*border: 1px solid #d0dcde;*/
font: bold 10px Arial;
outline: none;
}

.pagination a:hover, .pagination a.selected{
color: #44717f;
text-decoration:underline;
background:#d0dcde;
}