.sliderholder {
	float:right;
	background-image:url(images/banner_shadow2.png);
	width:745px;
	height:338px;
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	margin-top:5px;
	margin-right:8px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 604px; /*width of featured content slider*/
	height: 328px;
	float:left;
	margin-top:4px;
	margin-left:4px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background:#FFF;
	border-top:1px solid white;
	border-left:1px solid white;
	width: 604px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 328px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination{
	width: 131px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:330px;
	float:left;
	margin-top:4px;
	margin-left:1px;
}
img
{  border-style: none;
}