.sliderwrapperStereoviews{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 0px;
  width: 775px;
  height: 480px;
}

.sliderwrapperStereoviews .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  width: 770px;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
}

.paginationStereoviews{
  text-align: center;
  background-color: #800000;
  padding: 3px 3px 0 3px;
  width: 770px;
}

.paginationStereoviews a{
  padding: 0 3px 0 5px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  text-decoration: none;
  color: #cbd4e3;
  background: #000000;
}

.paginationStereoviews a:hover, .paginationStereoviews a.selected{
  color: #e9df55;
  background-color: #000000;
}