Nenhum produto no carrinho.
jQuery('#s1').cycle({timeout:80});
jQuery('#pauseButton').click (function() { jQuery('#s1').cycle('pause'); });
jQuery('#resumeButton').click(function() { jQuery('#s1').cycle('resume'); });