
.scrolldown {
  position: absolute;
  top:703px;
  left:613px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-down.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}

.scrollup {
  position: absolute;
  top:703px;
  left:629px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-up.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}


.inserimenti_scrolldown {
  position: absolute;
  top:703px;
  left:280px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-down.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}

.inserimenti_scrollup {
  position: absolute;
  top:703px;
  left:296px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-up.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
}


