$(document).ready(function() {
	$('.lightbox').fancybox();
	/*
	$('#flash').cycle({
		fx: 'cover',
		random: 1,
		speed:   1000,
       	delay: -2000,
		direction: 'up',
		before: function(curr, next, opts) {
			opts.animOut.opacity = 0;
		}
	});
	*/
});
