var $j = jQuery.noConflict();
$j(function() {
	$j('#slider').cycle({ 
	fx:     'fade',		
    timeout: 4000,
	speed:  700
	});
});
