$(function() {
	$('a[rel^="prettyPhoto"]').prettyPhoto();
	
	$('.slideshow').innerFade({
		timeout: '6000'
	});
});
