$(document).ready(function() {$('#slideBox').cycle({ timeout: 8000, delay:  8000, speed:1000,fx:'scrollHorz'});$('.isButt').hover(function() { $('#slideBox').cycle({ timeout:0,speed:80,sync: 1,startingSlide:1,fx:'fade'});});$('.ffbButt').hover(function() { $('#slideBox').cycle({ timeout:0,speed:80,sync: 1,startingSlide:2,fx:'fade'});});$('.rmButt').hover(function() { $('#slideBox').cycle({ timeout:0,speed:80,sync: 1,startingSlide:3,fx:'fade'});});$('.buttWrap').mouseout(function() { $('#slideBox').cycle({ timeout:0,speed:80,sync: 1,startingSlide:0,fx:'fade'});});});