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

.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: transparent;
width: 100%; /*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: 50%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:40px;
border-bottom:solid 1px #CC6666;
border-left:solid 1px #CC6666;
border-top:solid 1px #CC6666;
border-right:solid 1px #CC6666;
background:url(../images/web/bg-news-select.jpg);
}

.pagination a{
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
font-color:#000000;
}

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

.sliderwrapper2 .contentdiv2{
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: 100%; /*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;
}

.pagination2{
width: 50%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:40px;
border-bottom:solid 1px #93B9D9;
border-left:solid 1px #93B9D9;
border-top:solid 1px #93B9D9;
border-right:solid 1px #93B9D9;
background:url(../images/web/bg-news-select.jpg);
}

.pagination2 a{
text-decoration: none; 
}

.pagination2 a:hover, .pagination2 a.selected{
font-color:#000000;
}
