$(document).ready(function() {

	$('#product_banners').cycle({ 
	    fx:      'fade', 
	    speed:    1000, 
	    timeout:  10000 
	});

});
