.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 500px; /*width of featured content slider*/
	height: 363px;
	margin-right: 22px;
}



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




filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
	opacity: 1;
	/*	background-color: #CFCEC3;
*/	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #72442E;
	font-size: 14px;
	margin-right: 22px;
}

.sliderwrapper .contentdiv p {
	margin-bottom: 5px;
}

.sliderwrapper .contentdiv a {
	color: #FFFFFF;
}

.pagination{
	width: auto;
	padding: 0px;
	height: auto;
	text-align: right;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*	display: inline;
*/	line-height: 22px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #669999;
}
script {
	margin: 0px;
	padding: 0px;
}
.slidertitleswrapper {
	height: 30px;
	padding-top: 323px;
	position: absolute;
	z-index: 500;
	width: 500px;
}
.slidertitles {
	background-image: url(../images/slidertransparentbg.png);
	height: 30px;
	position: absolute;
	padding: 12px;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.slidertitles a {
	color: #FFFFFF;
}
