$(function() {

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

				/* SLIDE CAPTION 20% */
				$('#sliderwrap1.slideupcaption1').hover(function() {
												
													$(this).children('#front1').stop().animate({"top" : '0px'}, 400);
													
												}, function() {
													
													$(this).children('#front1').stop().animate({"top" : '1000px'}, 800);
													
												});

				/* SLIDE CAPTION 20% */
				$('#sliderwrap2.slideupcaption2').hover(function() {
												
													$(this).children('#front2').stop().animate({"top" : '0px'}, 400);
													
												}, function() {
													
													$(this).children('#front2').stop().animate({"top" : '1000px'}, 800);
													
												});

																
		   });
