$(document).ready(function(){

	$("#images").cycle({ 
    	fx: 'fade',
		speed:    1000, 
		timeout:  2000 
	});

	$('#shuffle_offers').cycle({ 
    	fx:     'scrollHorz', 
    	speed:   2000, 
    	timeout: 2000, 
    	next:   '#next', 
    	prev:   '#prev' 
	});

	$('#news').cycle({
    	fx:     'scrollVert',  
    	speed:   1500,  
    	timeout: 0, 
    	next:   '#next_news',
    	prev:   '#prev_news' 
    	  
	});	

});
