.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:957px;
height:210px;/*width of featured content slider*/
z-index:0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 3px 0 0;
background:none;
width: 957px;
height:210px;
/*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 3px;
	position:absolute;
	background:url(images/slider_bg_a.png) left no-repeat;
	z-index:100;
	top:173px;
	left:850px;
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #7581bb;
font-size:12px;
}

.pagination a:hover, .pagination a.selected{
color: #c2caef;
}
