.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 705px;
height:340px;/*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: 705px;
height:340px;
/*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: 0px;
	position:absolute;
	z-index:100;
	left:285px;
	bottom:-1px;
	text-indent:-9999px;
}

.pagination a{
padding: 9px 9px;
border:#e5e5e5 solid 0px;
font-size:0px;
line-height:1px;

background:url(images/pagingIco.png) no-repeat 0 -19px}


.pagination a:hover, .pagination a.selected{
border:#e5e5e5 solid 0px;
background:url(images/pagingIco.png) no-repeat 0 0;
}
