#s2 div {background:url(../img/comments.png) 0 0 no-repeat #ffffff;  padding:20px 0 21px 17px;}
a#prev2 {
  position: absolute;
  top: 30px;
  right:43px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../img/prev.png) no-repeat 0 0;
  z-index:99;
}
a#prev2:hover {
  background: transparent url(../img/prev.png) no-repeat 0 bottom;
}
a#next2 {
  position: absolute;
  top: 30px;
  right:25px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: transparent url(../img/next.png) no-repeat 0 0;
  z-index:99;
}
a#next2:hover {
  background: transparent url(../img/next.png) no-repeat 0 bottom;
}