	$(document).ready(function() {
		
		$('#logo').click(function() {
			document.location.href = 'http://www.storybookglenaberdeen.co.uk/';
		});
		
		$('#header').pan({fps:25, speed: 0.5, dir: 'left'});
		$('#bottom').pan({fps: 25, speed: 0.5, dir: 'left'});
		
		$('#logo')
			.sprite({fps: 15, no_of_frames: 0})
			.spRandom({top: 0, bottom: 12, left: 0, right: 30})
			
			
		$("#white #wrapper #gallery ul li a").fancybox({'titleShow':false});
									   
									
		});
		
