$(document).ready(function(){
	    
		$('.slideshow').cycle({
		fx: 'fade', 
			delay: -4500,  
			speed:   4050
		});
		
			$(".lightbox").lightbox({
			    fitToScreen: true
		    });
});


