.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #4ab2bf;
border-bottom-width: 2px; 
width: 300px; /*width of featured content slider*/
height: 200px;
}



.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: white;
width: 300px; /*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;
}

.text {
	font-size: 11px;
	line-height: 12pt;
	font-family: Verdana, arial, helvetica, sans-serif;
	color:#363636;
	text-decoration:none;
}
.subheader {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2f2f2f; text-decoration: none;}
	
.line {  
	border-bottom: 1px solid #4ab2bf;
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #4ab2bf;
padding: 3px 1px 4px;
}

.pagination a{
padding: 1px 5px 2px;
font-size: 12px;
font-family: Verdana, arial, helvetica, sans-serif;
text-decoration: none; 
color: #000000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #1f7c8b;
}