$(function() {

	// Home push cycle
  	$('div#jcycle-home-push').each(function() { $(this).cycle({ 
		fx: 'scrollHorz', 
 
          delay: 950,
		 speed:  1000, 
		 timeout: 5000,
		 
		next:   '#next-push', 
		prev:'#prev-push',
		 pause:   1 ,
	 	cleartypeNoBg:true
		});
	});	
	 
 
 
 
 
 
/* $('div#jcycle-home-push').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next-push', 
 
}); */
 
 
});
