.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 877px; /*width of featured content slider*/
height: 205px;
float:left;
}



.sliderwrapper .contentdiv{
	/*visibility: hidden; leave as is*/
position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	width: 867px;
	height:205px;


filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	float:left;
	
}

.pagination{
width:200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-top:13px;

}

.pagination a{

padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background:#0B4599;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #0E8D43;
}
