.sliderwrapper{

  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 611px;
  height: 313px;
  z-index:1 !important;
}

.sliderwrapper .contentdiv{
  z-index:1 !important;
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  overflow: hidden;
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  background: white;
  width: 611px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 313px;

  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagination{
  display:none;
  overflow: hidden;
  position:relative;
  top:-18px;
  padding-right:10px;
  z-index:10 !important;
  text-align:right;
  line-height:12px;
}

.pagination a{
  width:10px;
  height:10px;
  background:url(/templates/themes/ruakind/images/home_featured_sq_off.gif) no-repeat center center;
}

.pagination a:hover, .pagination a.selected{
  background:url(/templates/themes/ruakind/images/home_featured_sq_on.gif) no-repeat center center;
}
