jQuery.noConflict();

jQuery(function() {
	jQuery('#title_tag').cycle({ 
		fx:    'fade', 
    	speed:  2500,
    	timeout:  2000
	});
});

jQuery(function() {
	jQuery('#images_left').cycle({ 
		fx:    'fade', 
    	speed:  2500,
    	timeout:  2000
	});
});

jQuery(function() {
	jQuery('#images_right').cycle({ 
		fx:    'fade', 
    	speed:  2500,
    	timeout:  8000
	});
});
