.contentslide{
width: 220px;
height: 250px;
}

.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;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}

.pagination{
width: 220px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border-right: 20px;
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 220px; /*IE5 width*/
w\idth: 220px; /*IE6 width*/
}

.pagination a{
font-family: Tahoma, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
text-decoration: none; 
color: #67635D;
background-color: #FFFFFF;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

.pagination a:hover, .pagination a.selected{
font-family: Tahoma, Arial, Helvetica; 
font-size: 10px;
font-weight: bold;
color: #67635D;
background-color: #f2f0ed;
}