.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: auto; /*width of featured content slider*/
	height: 80px;
	border:none !important;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: auto; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	border:none !important;

}

.pagination{
display:none;
}

.pagination a{
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.contentdiv a{color:#666666;text-decoration:underline;}
.contentdiv a:hover{color:#666666;text-decoration:none;}

.contentdiv p{ margin-left:0px}