		$J = jQuery.noConflict();
		$J(document).ready(function(){
				
				$J('.boxgrid.slideright').hover(function(){
					$J(".cover", this).stop().animate({left:'339px'},{queue:false,duration:250});
				}, function() {
					$J(".cover", this).stop().animate({left:'0px'},{queue:false,duration:250});
				});

});
