.sliderwrapper{
margin:auto;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
float:left;
width: 100%; /*width of featured content slider*/
height: 230px;
}



.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;
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;
float:left;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-family:calibri; font-size:13px; font-weight:normal;
padding-top:10px;
padding-right::35px;
height:21px;
background-color:#1C3362;
border-bottom:#041943 solid 2px;
float:left;
color:#FFFFFF;

}



.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FFF200;
}

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


.sliderwrapper1{
margin:auto;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
float:left;
width: 100%; /*width of featured content slider*/
height: 245px;

}

.sliderwrapper1 .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;
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;
float:left;
}
.pagination1{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
font-family:calibri; font-size:13px; font-weight:normal;
padding-top:0px;
padding-right::35px;
height:20px;
background-color:#fff;

float:left;
color:#182D58;
margin-bottom:5px;

}



.pagination1 a{
padding: 0 5px;
text-decoration: none; 
color: #182D58;
}

.pagination1 a:hover, .pagination a.selected{
color: #FFF200;
background-color:#182D58;
}
