jQuery.noConflict();
jQuery(document).ready(function(){ 		
	jQuery('#visual').cycle({ 
		fx:    		'fade',
		timeout:	7000,
		speed:  	1500 
	});
});
