$(document).ready(function(){
	//Horizontal Sliding
	$('.boxgrid2.slideright').hover(function(){
		$(".cover", this).stop().animate({left:'322px'},{queue:false,duration:300});
	}, function() {
		$(".cover", this).stop().animate({left:'393px'},{queue:false,duration:300});
	});
	
	//Web, mm
	$('.boxgrid.captionfull').hover(function(){
		$(".cover", this).stop().animate({top:'218px'},{queue:false,duration:160});
	}, function() {
		$(".cover", this).stop().animate({top:'298px'},{queue:false,duration:160});
	});
});
