// javascript
$(function(){
	$('#banners').cycle({
		fx: 'fade',
		speed: 1000
	});
	$('#banner_cycle').cycle({
		fx: 'fade',
		//easing: 'easeOutBounce', 
		timeout: 4000,
		speed: 2000
	});
});

// fade, shuffle, 

