﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top: 0px solid gray;   /* was 0px */
border-bottom: 1px solid gray; /* #1448AA */
border-right: 1px solid gray; /* was #1448AA 0px */
border-left: 1px solid gray;  /* was #1448AA 0px */
padding: 0px;
width: 100%; /*width of featured content slider*/
height: 290px; /*was 290px  was 310px */
}

.sliderwrapper .contentdiv{
text-align: center;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
position: relative; /*leave as is*/
float: right;
width: 300px; /* was 435px Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 16px; /* was 16 */
border-top: 0px solid #003366;
border-right: 0px solid #003366;
padding: 4px 0px 5px 5px;
font-size: 85%;
text-align: right;
background-color: transparent;
}

.pagination a{
padding: 0 5px;
border: 1px solid #003366;
font-size: 90%;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{color: #000;background-color: #D8EBFC;text-decoration: none;}
