$(document).ready(function() {
	$(".picture-01 img[rel]").overlay({effect: 'apple'});
	
	$('.slideshow').cycle({
		fx: 'fade'
	})
	
	$('.hide').show();
	
	$('#body-text p:last').css({"margin-bottom" : "0", "padding-bottom" : "0"});
});
