.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 717px; /*width of featured content slider*/
height: 257px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:938px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 400px; 
text-align: right;
padding: 0;
position:absolute;
bottom:37px;
right:0;
z-index:10;
}

.pagination a{
	text-decoration: none;
	background:#E0E0E0;
	color:#000;
	padding:1px 5px;
	font-size:11px;
	margin-right:5px;
}
.pagination a:hover, .pagination a.selected {
	background:#0AB4E3;
	color:#FFF;
}
#Header .SlideBanner .pagination { 
	width:155px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:100;
}
#Header .SlideBanner .pagination a { 
	text-decoration: none; 
	display:block;
	background:url(../images/pagination-tab.png) 0 0px no-repeat;
	text-align:center;
	float:left;
	width:30px;
	padding:0 0 0 0;
	font-weight:bold;
	margin-right:7px;
	line-height:23px;
	color:#003F6F;
	cursor:pointer;
}
#Header .SlideBanner .pagination a:hover, #Header .SlideBanner .pagination a.selected { 
	background:url(../images/pagination-tab.png) 0 -23px no-repeat;
	color:#FFF;
}
