$(document).ready(function(){
	//Horizontal Sliding
	$('.boxgrid.slideright').hover(function(){
		$(".cover", this).stop().animate({left:'210px'},{queue:false,duration:400});
	}, function() {
		$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:400});
	});
	//Horizontal Sliding
	$('.boxgrid_last.slideright').hover(function(){
		$(".cover", this).stop().animate({left:'210px'},{queue:false,duration:400});
	}, function() {
		$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:400});
	});
	//Horizontal Sliding
	$('.boxgrid_ref.slideright').hover(function(){
		$(".cover", this).stop().animate({left:'192px'},{queue:false,duration:400});
	}, function() {
		$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:400});
	});
});
