.contentslide{
position: relative;
border: none;
padding: 0px;
width: 430px;
margin-bottom: 5px;
overflow: hidden;
}

.contentslide .opacitylayer {
  width: 100%;
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.contentslide .contentdiv{
  display: none;
  position: relative;
  width: 430px;
  height: 479px;
  background: url(/images/setup/contentdiv_bg.jpg) no-repeat right bottom;
}

div.pagination{
width: auto; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font-family: verdana sans-serif;
overflow: hidden;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 430px; /*IE5 width*/
width: 430px; /*IE6 width*/
}

.pagination a, div.link {
font-family: arial, sans-serif;
/*padding: 6px 10px;*/
text-decoration: none;
color: #000000;
background: url(/images/setup/rotator_button_bg.jpg) no-repeat left top;
width: 21px;
line-height: 24px;
display: block;
float: left;
text-align: center;
}

div.link {
  /*padding: 4px 10px 4px 5px;*/
}

div.link a {
  text-decoration: none;
  color: #CCCCCC;
}

.pagination a:hover {
  color: #999999;
}

.pagination a.selected {
  color: #666666;
}

.pagination div.spacer {
  display: inline;
  width: 100%;
}

