.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 670px; /*width of featured content slider*/
	height: 400px;
}



.sliderwrapper .contentdiv{
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	width: 650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 300px;






filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	line-height: 17pt;
	background-color: #A2A630;
	overflow: auto;
	z-index: 2;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.pagination{
	text-align: left;
	width: 200px;
}

.pagination a{
	text-decoration: none;
	color: #345c66;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	background-color: #345c66;
	padding: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #FFF;
	border-left-color: #FFF;
}

