.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 931px; /*width of featured content slider*/
height: 319px;
z-index:10;
}


.sliderwrapper .contentdiv
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 931px; /*width of featured content slider*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:10;
}

.pagination
{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	min-width:200px;
	width:auto !important;
	width:200px;
	text-align: right;
	padding: 5px  10px;
	margin:-15px 0 0 0;
	position: absolute; /*leave as is*/
	z-index:1000;
	left: 585px;
	top: 265px;
	

}

.pagination a{
padding: 3px 8px;
text-decoration: none; 
color: #00007D;
background: white;
border:#FFF solid 1px;
margin-right:3px
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #F07539;

}
