// J QUERY LIGHT
$(document).ready(function() {
						   
	$('#unavoid').cycle({ 
		fx:    'fade', 
		pause:  1 
	});

});
