
jQuery(document).ready(function($){
/*Banners  animation */
   $('#photos #artist').cycle({ 
    fx: 'fade', 
    speed: 3000,
    timeout: 5000
   }); 
	
	//$('#tagline #text').cycle({ 
  	// fx: 'fade', 
    //speed: 3000,
    //timeout: 7000
	//}); 
});


 