$(function() {
	$('#images a').lightBox();
	$('#slider').cycle({ 
    fx: 'fade',
	random:  1 
	});
});
