$(document).ready(function() {
	
	$$.Slideshow.Ready();
	
	$('.back').click(function() {
		history.go(-1);
	});

});
