.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 460px; /*width of featured content slider*/
height: 166px;
color: #fff;
}



.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: 460px; /*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{
width: 440px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
color: #fff;
background-color: #C11B17;
padding: 5px 10px;
}

.pagination a{
font-family: Helveticam, sans-serif;
padding: 0 5px;
margin-right: 10px;
text-decoration: none; 
color: #fff;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.picture {
	width: 310px;
	display: inline;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 110%;
	color: #363636;
	line-height: 10pt;
	margin-bottom: 0px;
}

.text {
	width: 130px;
	height: 100%;
	padding: 10px;
	display: inline;
	float: left;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	color: #e6e6e6;
	line-height: 13pt;
	margin-bottom: 0px;
	background-color: #666666;
}

.text a {
	color: black;
	font-size: 90%;	
	line-height: 19pt;
}

.text a:hover {
	color: #e6e6e6;
}