.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 294px; /*width of featured content slider*/
height: 120px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 294px; /*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;
}


.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 199px; /*width of featured content slider*/
height: 122px;
}



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

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 294px; /*width of featured content slider*/
height: 152px;
}



.sliderwrapper3 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin-top:30px;
padding: 0px;
width: 294px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 122px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper4{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
border: 0;
width: 189px; /*width of featured content slider*/
height:620px;
}



.sliderwrapper4 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
overflow: visible; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
margin-left:13px;
margin-top:14px;
text-align:center;
width: 169px; /*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;
}



.sliderwrapper5old{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 199px; /*width of featured content slider*/
height:94px;
}



.sliderwrapper5old .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
text-align:center;
width: 199px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height:80%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.sliderwrapper5{
position: relative; /*leave as is*/
overflow: visible; /*leave as is*/
border: 0;
width: 221px; /*width of featured content slider*/
height:96px;
}



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

}


.sliderwrapper6{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
width: 740px; /*width of featured content slider*/
height: 20px;
}



.sliderwrapper6 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-left:5px;
padding-top:3px;

width: 740px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 20px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

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