$(function() {
			
			
			$('#sliderwrap.slidefullimage').hover(function() {
												
												$(this).children('#front').stop().animate({"top" : '107px'}, 700);
													
												}, function() {
													
												$(this).children('#front').stop().animate({"top" : '0px'}, 400);
													
												});
		});
