.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:955px;/*width of featured content slider*/
height:325px;
float:left;
z-index:0;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0px;  /*leave as is*/
	top: 0px;  /*leave as is*/
	padding: 0 3px 0 0;
	background:none;
	width: 640px;
	height:297px;
	float:left;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:relative;
	z-index:100;
	top:275px;
	left:780px;
	margin-left:0px;
}

.pagination a{
padding: 6px 6px;
text-decoration: none; 
color: #000;
font-size:0px;
background: url(../images/prog-hig.png) no-repeat center;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background:url(../images/prog-sel.png) no-repeat center; 
}
