.contentslide{
margin:0px;
padding: 0px;
width:990px;
height: 240px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 990px;
height: 240px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
width: 990px;
height: 240px;
z-index:10;
}

.pagination{
width: 990px;
margin: -113px 0px 0 0px;
text-align: right;
background-color: transparent;
padding: 1px 0 1px 0;
z-index:10;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 990px; /*IE5 width*/
w\idth: 990px; /*IE6 width*/
}

.pagination a{

padding: 0 5px;
text-decoration: none; 
color: #999999;
border:#CCCCCC solid 1px;
font-family: Trebuchet MS;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
background-color: #ffffff;
color: #990000;
font-family: Trebuchet MS;
font-size:11px;
}
