.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;
border-bottom-width: 6px;*/
width: 610px; /*width of featured content slider*/
height: 370px;
}



.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: 610px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 350;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

.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;
}

.pagination a:hover, .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;
}
