var SlideShow = { over: function(el){ el.style.backgroundPosition = '0 -18px'; }, pressed: function(el){ el.style.backgroundPosition = '0 -36px'; }, out: function(el){ el.style.backgroundPosition = '0 0'; } };