div.views-rotator-item,
div#views-rotator {
  margin: 0;
  padding: 0;
}

a.views-rotator-prev,
a.views-rotator-next {
  height: 0;
}

a.views-rotator-prev { background-color: transparent; background-image: url(images/Prev.png); background-repeat: no-repeat; background-position: left 0; width: 30px; height: 30px; }
a.views-rotator-next { background-color: transparent; background-image: url(images/Next.png); background-repeat: no-repeat; background-position: right 0; width: 30px; height: 30px; }
a.views-rotator-prev-hover,
a.views-rotator-next-hover {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1000;
}

a.views-rotator-prev-hover { background-image: url(images/Prev.png); background-repeat: no-repeat; background-position: 0 0; width: 30px; height: 30px; margin: 100px 0 0 10px; }
a:hover.views-rotator-prev-hover { background-image: url(images/Prev.png); background-repeat: no-repeat; background-position: 0 -30px; margin: 100px 0 0 10px; width: 30px; height: 30px; }
a.views-rotator-next-hover { background-image: url(images/Next.png); background-repeat: no-repeat; background-position: 0 0; width: 30px; height: 30px; margin: 100px 0 0 350px; }
a:hover.views-rotator-next-hover { background-image: url(images/Next.png); background-repeat: no-repeat; background-position: 0 -30px; margin: 100px 0 0 350px; width: 30px; height: 30px; }
