$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade' 
	});
});

$(function() {
    $('#gallery a').lightBox();
});
