(function($) {
			$(document).ready(function() {
				$('#layer1').pan({fps: 30, speed: 1, dir: 'left'}); 
			});
		})(jQuery);		
			