.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 410px; /*width of featured content slider*/
height: 230px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: black;
width: 410px; /*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{
background:#000000 none repeat scroll 0 0;
bottom:0;
font-family:Arial, Helvetica, sans-serif;
height:52px;
left:0;
margin:0;
padding:16px 0 13px 15px;
text-align:left;
width:395px;
z-index:9999;
}

.pagination a{
	width:50px;
	margin-right:12px;
	float:left;
	color:#ffffff;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
	outline:none;
	overflow:hidden;
}

.scriptlink{
bottom:0;
left:0;
position:absolute;
width:390px;
background:url(dot.png) repeat;
padding:10px;
color:#ffffff;
}

.scriptlink a{
	color:#C8EFFD;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}



.pagination a img{
	float:left;
	border:1px solid #000000;
}

.pagination a:hover img{
	float:left;
	border:1px solid #ffffff;
}

.pagination a:hover, .pagination a.selected{
color: #f49a1d;
border:1px solid #ffffff;
}

















