.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 1px;
width: 200px; /*width of featured content slider*/
height: 100px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 6;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 4px;
/*background: white;*/
width: 190px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 90%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 370px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 6;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 4px;
background: white;
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;
}

.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 2px 2px;
}

.pagination a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: #B3F8FF;
}

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

.pagination2{
width: 370px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
/*background-color: #c7ffc1;*/
padding: 2px 2px;
}

.pagination2 a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
background: RED;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #000;
background-color: #FEE496;
}
