
.scrollup {
  position: absolute;
  top:798px;
  left:330px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-up.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scrolldown {
  position: absolute;
  top:798px;
  left:314px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-down.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.inserimenti_scrolldown {
  position: absolute;
  top:798px;
  left:10px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-down.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inserimenti_scrollup {
  position: absolute;
  top:798px;
  left:26px;
  width:14px;
  height:14px;
  background: transparent url(../images-scroll/scroll-up.png) no-repeat center center;
  cursor: pointer;
  z-index: 2;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}