.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 345px; /*width of featured content slider*/
	height: 370px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	font-weight: normal;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;
	width: 345px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 240px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.pagination{
	width: 345px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	height: 18px;
	word-spacing: normal;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 8px;
	margin-left: 4px;
}

.pagination a{
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	font-style: normal;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #999999;
	margin: 0px;
	background-color: #EFEFEF;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.pagination a:hover, .pagination a.selected{
	color: #FF0000;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	text-align: center;
	vertical-align: middle;
}
