$(document).ready(function() {
	
	$('#so_offers').cycle({				  
		fx		: 'fade', 
		timeout	: 5000,
		speed	: 1000,
		next	: '#so_next', 
	    prev	: '#so_prev',
		pause   : 1,
		before  : function () {}, 
	    after   : function () {}
	});

});

