// BANNER
$(document).ready(function(){
  	$('#bannher-home').cycle({
		fx: 'fade',
		speed:  600
	});
});

