#s2>div {background:#f5f5f5; margin:0px 0 0 0px; padding-bottom:55px; padding-left:1px; }
a#prev2 {
  position: absolute;
  bottom: 40px;
  left:35px;
  width: 23px;
  height: 22px;
  cursor: pointer;
  background: transparent url(../images/prev.gif) no-repeat 0 0;
  z-index:99;
}
a#prev2:hover {
  background: transparent url(../images/prev.gif) no-repeat 0 bottom;
}
a#next2 {
  position: absolute;
  bottom: 40px;
  left:57px;
  width: 23px;
  height: 22px;
  cursor: pointer;
  background: transparent url(../images/next.gif) no-repeat 0 0;
  z-index:99;
}
a#next2:hover {
  background: transparent url(../images/next.gif) no-repeat 0 bottom;
}