
$(document).ready(function(){
/*Banners  animation */
   $('#banner #animation').cycle({ 
    fx: 'fade', 
    speed: 3000,
    timeout: 5000
   }); 
   
   $('#endorsements #itemHome').cycle({ 
    //fx:     'scrollDown', 
	fx:     'scrollVert', 
	speed: 1500,
    timeout: 12000,
    //sync:   0, 
    delay: -2000,
    pause: 1,
	cleartype:  1,
	cssBefore: { opacity: 0 },
   animOut: { opacity: 0 },
   animIn: { opacity: 1},
    next:   '#next', 
    prev:   '#prev' 
});

 $('#endorsements #item').cycle({ 
    //fx:     'scrollDown', 
	fx:     'scrollVert', 
	speed: 1500,
    timeout: 12000,
    //sync:   0, 
    delay: -2000,
    pause: 1,
	cleartype:  1,
	cssBefore: { opacity: 0 },
   animOut: { opacity: 0 },
   animIn: { opacity: 1},
    next:   '#next', 
    prev:   '#prev' 
});
	
});




 
