$(document).ready(function () {
	$('.picture').css('display','block');
	$(".popup").fancybox({
	'hideOnContentClick': true,
	'overlayShow':	true
	});

	$('#slideshow1').cycle({ 
		speed:  2000
	});
	
});
