.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 952px;
height:170px;/*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: 0px;
background:none;
width: 952px;
height:262px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination2 {
	width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 25px 10px;
	position:absolute;
	z-index:100;
	top:160px;
	left:12px;
	font-size:0px;
	background:none;
}

.pagination2 a{
	padding: 0px 2px;
	text-decoration: none; 
	background:url(images/nromalimg.png) no-repeat;
	width:10px; 
	height:10px;
	float:left;
	font-size:0px;
}

.pagination2 a:hover, .pagination2 a.selected{
	float:left;
	background:url(images/activeimg.png) no-repeat;
	width:10px;
	height:10px;
	font-size:0px;
}
