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

    $('.gallery a').lightBox();

});






















