.gallery {
  background: url(../img/gallery-shadow.png) no-repeat center 220px;
  position: relative;
}
.slideshow {
  margin: 0 auto;
  background-color: white;
}
.slideshow img {
  padding: 4px;
}
.slidepager {	
  height: 9px;
  line-height: 9px;
  margin-top: 12px;
  text-align: center;
}
.slidepager img {
  display: inline;
  padding: 0;
  border: 0;
}
.slidepager img.slide {
  background: url(../img/gallery-slider.png) no-repeat center -9px;
  cursor: pointer;  
}
.slidepager img.activeSlide {
  background-position: center 0px;
}
.slide-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
}
.prev {
  left: 0;
  background: url(../img/gallery-prev.png) no-repeat right 45%;
}
.next {
  right: 0;
  background: url(../img/gallery-next.png) no-repeat left 45%;
}
.prev, .next {
  xwidth: 24px;
  xheight: 40px;
  cursor: pointer;
}
.prev:hover, .next:hover {
  xbackground-position: 0 -40px;
}