		(function($) {
			$(document).ready(function() {
				$('.cloud-ani').pan({fps: 15, speed: 1, dir: 'left', depth: 10});	
			});
		})(jQuery);
