.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px #FFFFFF;
	border-bottom-width: 0px; /* 6px */
	width: 554px; /*width of featured content slider*/
	height: 205px;
}

.sliderwrapper2{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px #FFFFFF;
	border-bottom-width: 0px; /* 6px */
	width: 246px; /*width of featured content slider*/
	height: 103px;
}

.sliderwrapper3{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px #FFFFFF;
	border-bottom-width: 0px; /* 6px */
	width: 246px; /*width of featured content slider*/
	height: 103px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px; /* 5px */
background: #FFFFFF; /* white */
width: 554px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 205px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px; /* 5px */
background: #FFFFFF; /* white */
width: 246px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 103px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px; /* 5px */
background: #FFFFFF; /* white */
width: 246px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 103px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 554px; /*Width of pagination DIV. Was 400. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #FFFFFF; /* white */
padding: 0px 0px; /* 5px 10px */
}

.pagination2{
width: 246px; /*Width of pagination DIV. Was 400. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #FFFFFF; /* white */
padding: 0px 0px; /* 5px 10px */
}

.pagination3{
width: 246px; /*Width of pagination DIV. Was 400. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #FFFFFF; /* white */
padding: 0px 0px; /* 5px 10px */
}

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

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

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

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

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

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