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



.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: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.sliderwrapperF{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 180px; /*width of featured content slider*/
	height: 130px;
}



.sliderwrapperF .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	text-align:center;
	/*width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 90px;
			width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sliderwrapper3{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%; /*width of featured content slider*/
	height: 200px;
	float: left;
}
.sliderwrapper3   .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	text-align:center;
	/*width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 200px;
			width: 100%;
}
.sliderwrapper3  .contentdiv  a {
	text-indent: -9000px;
	height: 200px;
	width: 550px;
	float: left;
}
.sliderwrapperH{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 100%;
	float: left;
	height: 40px;
}
.sliderwrapperH   .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	text-align:center;
			width: 100%;
}
.sliderwrapperH  .contentdiv  a {
}
.sliderwrapperW{
	height: 230px;
	width: 100%;
	position: relative;
	text-align: left;

}
.sliderwrapperW   .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	text-align:left;
			width: 100%;
}
.sliderwrapperW  .contentdiv  a {
}
.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
display:none
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

