.sliderwrapper{
	/*leave as is*/
overflow: hidden; /*leave as is*/
	width: 738px; /*width of featured content slider*/
	height: 170px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	/*leave as is*/
  /*leave as is*/
padding: 1px;
	background: white;
	width: 738px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 200px;






filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	line-height:17px;
	opacity: 1;
}
.contentdiv img{ padding-right:10px;}
.contentdiv b{ font-size:12px; display:block; padding:5px;}
.contentdiv b a{ color:#000;}
.contentdiv .read{ text-align:right; color:#06F; font-size:11px;}
.pagination{
	width: 738px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px8px;
	background:#ddd;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #E61515;
}

