.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 433px; /*width of featured content slider*/
	height: 158px;
	background-image: url(i_new/bg_scroller.gif);
	background-repeat: no-repeat;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 413px;




filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	height: 100px;
}

.pagination{
	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFC00F;
}

.contentdiv h3 {
	font-size:14px;
	margin-top:5px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:15px;
	color:white;
	font-family: "trebuchet ms";
}

.contentdiv h3 a {

color:#FFFFFF;
}

