.contentslide{
border: 0px;
padding: 0px;
width: 0px;
}

.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: 400px;
text-align: center;
background-color: #EEEEEE;
padding: 10px 0px 10px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 400px; /*IE6 width*/
}

.pagination a{
border: 0px solid #BDB8A8;
padding: 10px 20px 10px 20px;
text-decoration: none; 
font-family: arial;
font-size: 22pt;
font-weight: bold;
color: #000000;
background-color: #EEEEEE;
}

.pagination a:hover, .pagination a.selected{
color: #FF9900;
text-decoration: none; 
background-color: #EEEEEE;
}