.contentslide{
border: none;
/*border-bottom-width: 6px;*/
height:200px;
width:182px;
margin-left:22px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination
{
    visibility:hidden;
    position:absolute;
text-align: left;
background-color:#f5f5f5;
border-bottom:none;
padding: 2px;
padding-bottom: 3px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/

}

.pagination a{
padding-top:7px;
padding-bottom:7px;
padding-left:7px;
padding-right:7px;
text-decoration: none; 
color: #2e6ab1;
background-color: #f5f5f5;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
