.contentslide{
oldborder: none;
oldborder-bottom-width: 0px;
	text-decoration : none;
	border-bottom: 0px;
padding: 0px;
width: 550px;
height: 200px;
}

.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: 510px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
oldbackground-color: white;
oldoldbackground-color: #DCE2BE;
background-color: #929876;
oldborder: 0px solid white;
	text-decoration : none;
	border-bottom: 0px;
oldborder-width: 0px 10px; /*Left/ right border width of pagination DIV.*/
border-width: 0 0 0 0; /*Left/ right border width of pagination DIV.*/
oldpadding: 0 0 0 0;
padding: 0 0 0 0;
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
oldcolor: #2e6ab1;
oldcolor: #990000;
color: #676756;
	border-bottom: 0px;
oldbackground-color: white;
background: transparent url('images/i-button-bg-off.gif') no-repeat center;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
	text-decoration : none;
	border-bottom: 0px;
oldbackground-color: #990000;
oldbackground-color: #676756;
background-color: #929876;
background: transparent url('images/i-button-bg-on.gif') no-repeat center;
}