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