I'm building a custom slideshow for a project written with jQuery. Each slideshow has 4 events bound to it (play, stop, next, prev). The controls appear on mouseover over and mouseout. On mouseout I want a delay in the controls disappearing. To achieve this I used a setTimeout.I'm building a custom slideshow for a project w