jQuery.noConflict();

jQuery(document).ready(function() {

	jQuery('#header-banners ul').cycle({
		fx: 'fade',
		timeout: 6000
	}); 

});

