(function($) {
	$(document).ready(function() {
	$('#clouds').pan({fps: 30, speed: 0.7, dir: 'left', depth: 10});
	});
})(jQuery);

