.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 268px; /*width of featured content slider*/
height: 270px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:12px;
padding:0px;
}


.contentdiv
{
	padding:15px;	
	background-color:#ffffff;
	text-align:left;
	color:#666666;
	width:238px;
	border:0px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 12px;  /*leave as is*/
top:10px;  /*leave as is*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentdiv a{
	
	color:#003399;
	text-decoration:underline;
}
.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: #ffffff;*/
padding: 5px 0px 5px 0px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #999999;
/*background:#ffffff;*/
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #ffffff;*/
font-size:10px;
}
