.rotator_cmg .rotator_pager {
  position: absolute;
  bottom: 0; right: 0;
  z-index: 20;
  padding: 10px;
}
.rotator_cmg .rotator_pager a {
  padding: 3px 7px;
  margin-right: 6px;
  background-color: #333;
  color: white;
  display: block;
  float: left;
}
.rotator_cmg.circles .rotator_pager a {
  height: 11px; width: 11px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.rotator_cmg .rotator_pager a.activeSlide {
  background-color: #205991;
}
.rotator_cmg .title {
  position: absolute;
  top: 10px; left: 10px;
}
.rotator_cmg .description {
  position: absolute;
  top: 30px; left: 10px;
}