$(function() {

			
			
			
				/* SLIDE CAPTION 20% */
				$('#sliderwrap.slideupcaption').hover(function() {
												
													$(this).children('#front').stop().animate({"top" : '110px'}, 400);
													
												}, function() {
													
													$(this).children('#front').stop().animate({"top" : '250px'}, 800);
													
												});
				
				
			
												
		   });
