.contentslide{
padding: 5px;
width: 200px;
height: 210px;
}

.contentslide .contentdiv{
display: none;
}

.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;
}

.pagination{
text-align: right;
border: 0px;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 3 3 2px 2;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 200px; /*IE6 width*/
}

.pagination a{
padding: 0 4px;
text-decoration: none; color: white;
background-color: #5B99D8;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
}

.pagination a:hover{
color: #FFFFFF;
}

.pagination a.selected{
color: #FFFFFF;
background-color: #FF8F59;
}