//Horizontal Sliding
	$('.boxgrid.slideright').hover(function(){
	    $(".cover", this).stop().animate({left:'325px'},{queue:false,duration:300});
	}, function() {
	    $(".cover", this).stop().animate({left:'0px'},{queue:false,duration:300});
	});
	
	$('#web').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '150px', 'left' : '300px', 'opacity': '0'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px', 'opacity': '1'}, 500);});
	
	$('#pc').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '240px','width' : '240px','height' : '0'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px','width' : '240px','height' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	$('#works').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '-150px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	$('#showcase').hover(function(){
	    $(this).children('.cover').stop().animate({'left' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	$('#tapestry').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	$('#photography').hover(function(){
	    $(this).children('.cover').stop().animate({'left' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	$('#consulting').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '150px','left' : '-300px', 'opacity': '0'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px', 'opacity': '1'}, 500);});
	
	$('#buta3').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '0px', 'left' : '240px', 'width' : '0', 'height' : '0', 'opacity': '0'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px', 'width' : '240px', 'height' : '240px', 'opacity': '1'}, 500);});
	
	$('#hotels').hover(function(){
	    $(this).children('.cover').stop().animate({'top' : '240px','width' : '240px','height' : '0'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px','width' : '240px','height' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
	
	
	$('#voice').hover(function(){
	    $(this).children('.cover').stop().animate({'left' : '240px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);
	}, function(){$(this).children('.cover').stop().animate({'top' : '0px', 'left' : '0px'},{queue:false, duration:600, easing: 'easeOutBounce'}, 500);});
