.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 430px;
height: 235px;
}

.contentslide .contentdiv{
display: none;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 430px;
height: 235px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination{
width: 430px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
height:24;
text-align: right;

border: 0px solid navy;
padding-top:5px;
padding-bottom:6px;
}

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

.pagination a{
padding: 0 5px;
height:24;
text-decoration: none; 
display: none;
}

.pagination a:hover, .pagination a.selected{
color: #ff0000;
font-weight: bold;
               
}
