$(function() {

	$('#presen_biz').hover(function(){
		$(this).stop(true, false).animate({width: '690px'}, 500, 'easeOutQuint');
		$('#presen_med .presen_txt').stop(true, false).css({display: 'none'});
		$('#presen_med').stop(true, false).animate({width: '389px'}, 500, 'easeOutQuint');
		$(this).children('.presen_navi').stop(true, false).animate({right: '70px'}, 500, 'easeOutQuint');
	},function(){
		$(this).children('.presen_navi').stop(true, false).animate({right: '-240px'}, 500, 'easeOutQuint');
		$('#presen_med').stop(true, false).animate({width: '539px'}, 500, 'easeOutQuint');
		$('#presen_med .presen_txt').stop(true, false).css({display: 'block'});
		$(this).stop(true, false).animate({width: '540px'}, 500, 'easeOutQuint');
	});


	$('#presen_med').hover(function(){
		$(this).stop(true, false).animate({width: '689px'}, 500, 'easeOutQuint');
		$('#presen_biz .presen_txt').stop(true, false).css({display: 'none'});
		$('#presen_biz').stop(true, false).animate({width: '390px'}, 500, 'easeOutQuint');
		$(this).children('.presen_navi').stop(true, false).animate({left: '70px'}, 500, 'easeOutQuint');
	},function(){
		$(this).children('.presen_navi').stop(true, false).animate({left: '-240px'}, 500, 'easeOutQuint');
		$('#presen_biz').stop(true, false).animate({width: '540px'}, 500, 'easeOutQuint');
		$('#presen_biz .presen_txt').stop(true, false).css({display: 'block'});
		$(this).stop(true, false).animate({width: '539px'}, 500, 'easeOutQuint');
	});


	$('#presen_air').hover(function(){
		$('#presen_bottom').stop(true, false).animate({height: '330px'}, 500, 'easeOutQuint');
		$('#presen_air_back #air_back_img').stop(true, false).animate({top: '-30px'}, 500, 'easeOutQuint');
		$(this).children('.presen_txt').stop(true, false).animate({top: '220px'}, 500, 'easeOutQuint');
		$(this).children('.presen_badge').stop(true, false).animate({top: '204px'}, 500, 'easeOutQuint');
		$('#presen_upper').find('.strap h2').stop(true, false).css({display: 'none'});
		$('#presen_upper').stop(true, false).animate({height: '259px'}, 500, 'easeOutQuint');
	},function(){
		$('#presen_upper').stop(true, false).animate({height: '409px'}, 500, 'easeOutQuint');
		$('#presen_upper').find('.strap h2').stop(true, false).css({display: 'block'});
		$(this).children('.presen_badge').stop(true, false).animate({top: '0px'}, 500, 'easeOutQuint');
		$(this).children('.presen_txt').stop(true, false).animate({top: '0px'}, 500, 'easeOutQuint');
		$('#presen_air_back #air_back_img').stop(true, false).animate({top: '102px'}, 500, 'easeOutQuint');
		$('#presen_bottom').stop(true, false).animate({height: '180px'}, 500, 'easeOutQuint');
	});
});
