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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin-left: 0px;
background: #ffffff; /* Don't delete background. Without it IE makes any bold text VERY jagged. */
width: 940px; /*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;
}



.pagination{
width: 180px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
font-size: 11px;
background-color: #ffffff;
padding: 0px 5px 10px 5px;
}

#paginate-slider1 {
width: 300px;
margin-left: 50px;
}

.pagination a{
padding: 0px 5px 2px 5px;
text-decoration: none; 
color: #002596;
background: #ffffff;
}

.pagination a:selected {
color: #ffffff;
background: #002596;
}

#promo #paginate-slider1 a {
	color: #002596;
}

#promo #paginate-slider1 a:hover, #promo #paginate-slider1 a.selected{
color: #ffffff;
background-color: #002596;
}


/*Additional CSS for 2nd slider*/

#slider2 .contentdiv {
width: 370px;
margin-left: 4px;
}

#slider2 .sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 360px; /*width of featured content slider*/
height: 240px;
}

#slider2 .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin-left: 5px;
background: #ffffff;
width: 360px; /*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;
}

#slider2 {
width: 370px;
height: 240px;
}

#paginate-slider2 {
width: 190px;
margin-left: 50px;
background-color: ;
}

.pagination a{
padding: 0px 5px 2px 5px;
text-decoration: none; 
color: #002596;
background: #ffffff;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
color: #ffffff;
background-color: #002596;
}