$(function() {
	$('#headerImg').cycle({ 
    fx:      'fade', 
    speed:    1800, 
    timeout:  4500,
    random: 1 
	});
	
	$(".lightbox").lightbox({
			    fitToScreen: true,
			    imageClickClose: false
		    });
	
});
