/* FEATURED BANNER */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 880px; /*width of featured content slider*/
height: 240px;
}

.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: 880px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 880px; /*Width of pagination DIV. Total width should equal slider's outer width*/
text-align: right;
/*background-color: navy;*/
/*padding: 5px 10px;*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #446D8C;
border: 1px solid #446D8C;
/*background: white;*/
font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
border: 2px solid;
font-weight: bold;
/*background-color: #FEE496;*/
}

/* COLUMN PAGINATION */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 275px; /*width of featured content slider*/
height: 320px;
}

.sliderwrapper2 .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: 275px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination2{
width: 275px; /*Width of pagination DIV. Total width should equal slider's outer width*/
text-align: right;
/*background-color: navy;*/
/*padding: 5px 10px;*/
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #446D8C;
border: 1px solid #446D8C;
/*background: white;*/
font-size: 12px;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
border: 2px solid;
font-weight: bold;
/*background-color: #FEE496;*/
}

/* INSULT PAGINATION */

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 275px; /*width of featured content slider*/
height: 260px;
}

.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: 275px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination3{
width: 275px; /*Width of pagination DIV. Total width should equal slider's outer width*/
text-align: right;
/*background-color: navy;*/
/*padding: 5px 10px;*/
}

.pagination3 a{
padding: 0 5px;
text-decoration: none; 
color: #446D8C;
border: 1px solid #446D8C;
/*background: white;*/
font-size: 12px;
}

.pagination3 a:hover, .pagination3 a.selected{
color: #000;
border: 2px solid;
font-weight: bold;
/*background-color: #FEE496;*/
}


/* JOHN HAWKINS PAGINATION */

.sliderwrapper4{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 275px; /*width of featured content slider*/
height: 60px;
}

.sliderwrapper4 .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: 275px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination4{
width: 275px; /*Width of pagination DIV. Total width should equal slider's outer width*/
text-align: right;
/*background-color: navy;*/
/*padding: 5px 10px;*/
}

.pagination4 a{
padding: 0 5px;
text-decoration: none; 
color: #446D8C;
border: 1px solid #446D8C;
/*background: white;*/
font-size: 12px;
}

.pagination4 a:hover, .pagination4 a.selected{
color: #000;
border: 2px solid;
font-weight: bold;
/*background-color: #FEE496;*/
}
