
$(document).ready(function(){
/*Banners  animation */
   $('#banners #people').cycle({ 
    fx: 'fade', 
    speed: 3000,
    timeout: 7000
   }); 
	
});


 