.contentslide{
position: relative;
border: none;
padding: 0px;
width: 570px;
/*
//height: 250px;
//display: inline;
*/
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
position: relative;
}

div.pagination{
width: 570px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
height: 32px;
background: url(/images/setup/rotator_bg_01.jpg) repeat-x;
border: none;
border-width: 0; /*Left/ right border width of pagination DIV.*/
padding-top: 8;
position: absolute;
font-family: verdana sans-serif;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 570px; /*IE5 width*/
width: 570px; /*IE6 width*/
}

.pagination a, div.link {
font-family: sans-serif;
font-weight: bold;
  padding: 4px 6px; /*changed from 4 to 6*/
text-decoration: none;
color: #ffffff;
  background-color: #000000; /*border: 1px solid #FFFFFF;*/
display: inline;
  margin: 1px; /*added */
}

div.link {
  padding: 4px 10px 4px 5px;
}

div.link a {
  text-decoration: none;
  color: white;
}
.pagination a:hover {
  color: #FFFFFF;
  background-color: #4b4b4b;
}

.pagination a.selected {
  color: #000000;
  background-color: #a1a9b4;
}

.pagination div.spacer {
  display: inline;
  width: 100%;
}
