(function($) {
$(document).ready(function() {
$('#body-bg').pan({fps: 15, speed: 1, dir: 'right', depth: 10});
$('#ca_wrap').sprite({fps: 0.2, no_of_frames: 4});
$('.menu-main-menu-container').pan({fps: 15, speed: 2, dir: 'left', depth: 30});
$('#access').pan({fps: 15, speed: 5, dir: 'right', depth: 70});
});
})(jQuery); 
