.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 486px; /*width of featured content slider*/
height: 463px;
padding-left: 3px;
padding-top: 3px;
}



.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: 480px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 270;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
}

.pagination a{
  background-color: #353535;
  border: 1px solid;
  padding: 3px 6px 3px 6px;
  color: #797979;
  border-color: #C0C0C0 #000000 #000000 #C0C0C0;
  margin-right: 2px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  margin-left: 0px;
  text-decoration: none;
}

.pagination a.selected{
  background-color: #353535;
  border: 1px solid;
  padding: 3px 6px 3px 6px;
  color: #FFFFFF;
  border-color: #000000 #C0C0C0 #C0C0C0 #000000;
  margin-right: 2px;
  margin-top: 2px;
  text-decoration: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  margin-left: 0px;
}
.pagination a:hover{
  background-color: #6C6C6C;
  border: 1px solid;
  padding: 3px 6px 3px 6px;
  color: #FFFFFF;
  border-color: #C0C0C0 #000000 #000000 #C0C0C0;
  margin-right: 2px;
  margin-top: 2px;
  text-decoration: none;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  margin-left: 0px;
}