.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #c00; 
border-bottom-width: 6px;
width: 390px; /*width of featured content slider*/
height: 321px;
margin-top:24px;
padding:5px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

background: white;
width: 96%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 390px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #c00;
padding: 5px 10px;
margin-left:265px;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color:  #ffffff;
background: #c00;
}

.pagination a:hover, .pagination a.selected{
color: #00007D;
background-color:white;
}






.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #c00; 
border-bottom-width: 6px;
border-left-width: 4px;
border-right-width: 6px;
width: 398px; /*width of featured content slider*/
height: 300px;
margin-top:4px;
margin-left:269px;

}

.sliderwrapper2 h2 {
	font-size:12px;
	margin:0 0 0 0;
	background:#cc0000;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}



.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

background: white;
width: 96%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

-moz-opacity: 1;
opacity: 1;
}

.pagination2{
width: 398px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #c00;
padding: 1px 10px 0 0;
margin:0 0 0 269px;

}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color:  #ffffff;
background: #c00;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #00007D;
background-color:white;
}




.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #c00; 
border-bottom-width: 6px;
width: 659px; /*width of featured content slider*/
height: 250px;

padding:5px;
}



.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;

background: white;
width: 96%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

-moz-opacity: 1;
opacity: 1;
}

.pagination3{
width: 659px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

background-color: #c00;
padding: 5px 10px;
margin-top:100px;

}

.pagination3 a{
padding: 0 5px;
text-decoration: none; 
color:  #ffffff;
background: #c00;
}

.pagination3 a:hover, .pagination3 a.selected{
color: #00007D;
background-color:white;
}