$(document).ready(function(){ $("div#makeMeScrollable").smoothDivScroll({startAtElementId:'startnrF5405'}); $('#supzoom .scrollableArea span').mouseout(function(){ $('#mycursor').hide(); return false; }); $('#supzoom .scrollableArea span').mouseenter(function(){ $('#mycursor').show(); return false; }); $('#supzoom .scrollableArea span').mousemove(function(e){ $('#mycursor').css('left', e.clientX - (160 + 480)).css('top', e.clientY + 7); }); });