$(document).ready(function() {

	$('#banners').cycle({ 
	    fx:     'fade', 
	    speed:   600, 
	    timeout: 3000, 
	    pause:   1 
	});

});