.sliderwrapper {
	position: relative;
/*leave as is*/
	overflow: hidden;
/*leave as is*/
	border: 0px solid #fff;
	border-bottom-width: 0px;
	width: 100%;
/*width of featured content slider*/
	height: 250px;
	padding: 0px;
}
.sliderwrapper .contentdiv {
	visibility: hidden;
/*leave as is*/
	position: absolute;
/*leave as is*/
	left: 0;
/*leave as is*/
	top: 0;
/*leave as is*/
	padding: 0px;
	/*background: #fff;
sdc commented out*/
	width: 100%;
/*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;
*/
	text-align: left;
	height: auto;
}
.pagination {
	width: 100%;
/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 700;
	color: #FFF;
	background-color: #89A8BC;
	padding: 5px 0px;
}
.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
	background: #89A8BC;
}
.pagination img {
	border: 0px;
}
.next {
	text-align: left;
}
.contentsliderwrapper .next {
	text-align: right;
	MARGIN-LEFT: 0px;
	WIDTH: 10px;
	MARGIN-RIGHT: 0px;
}
.contentsliderwrapper .prev {
	text-align: right;
	margin: 0px;
}
.contentsliderwrapper .contentdiv IMG {
	padding: 5px;
}
/*.contentsliderwrapper {
	width: 96%;
	margin-left: 0px;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.contentsliderwrapper {
	width: 96%;
	margin-left: 0px;
	border: solid 0px #eeefdf;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.journalarea .contentsliderwrapper .sliderwrapper {
	height: 200px;
}
.sliderwrapper .title {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13pt!important;
	font-weight: bold;
	background-color: #d38e15;
	padding: 5px 5px 5px 8px;
	color: #fff;
}
.sliderwrapper .slidecontent {
	padding: 10px 10px 3px 10px;
}

.pagination a:hover, .pagination a.selected {
	color: #40637A;
	background-color: #89A8BC;
	text-decoration: underline;
}