.sliderwrapper0{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #3d7faf;
border-bottom-width: 2px;
width: 450px; /*width of featured content slider*/
height: 338px;
text-align:center;
}
.sliderwrapper0 .contentdiv0{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
background: #3d7faf;
width: 455px; /*width of content DIVs within slider. Total width should equal slider's inner width (134+5+5=144) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination0{
width: 450px; /*Width of pagination DIV. Total width should equal slider's outer width (144+10+10=164)*/
text-align: right;
font-size:12px;
font-family:Verdana, Geneva, sans-serif;
background-color: #3d7faf;
padding: 1px 1px;
}

.pagination0 a{
padding: 0 3px;
text-decoration: none; 
color: #3d7faf;
background: white;
}

.pagination0 a:hover, .pagination0 a.selected{
color: #000;
background-color: #3d7faf;
}
