.contentslide {
width:470px;
height:200px;
border-color:#6C737B;
border-style:solid solid none;
border-width:1px;
}

.contentslide .opacitylayer{ 
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination {
width:470px;
text-align:right;
background-color:#FF8000;
border-color:#36393D #FF8000 #FF8000;
border-style:solid;
border-width:1px;
}

* html .pagination{
width: 400px; 
w\idth: 416px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FEE496;
	font-weight: bolder;
}