$('#leftarrow').hover(function() {
  alert('TEST');
});
$('#rightarrow').hover(function() {
  alert('TEST');
});
