$(document).ready(function(){
	$('div#menuAnim').cycle({ 
    fx:    'fade', 
    speed:  1500 
 });
});
