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