$(function() {

		
			
				/* SLIDE CAPTION 20% */
				$('#sliderwrap.slideupcaption').hover(function() {
												
													$(this).children('#front').stop().animate({"top" : '130px'}, 400);
													
												}, function() {
													
													$(this).children('#front').stop().animate({"top" : '350px'}, 800);
													
												});
												
				/* SLIDE CAPTION 20% */
				$('#sliderwrap1.slideupcaption').hover(function() {
												
													$(this).children('#front1').stop().animate({"top" : '130px'}, 400);
													
												}, function() {
													
													$(this).children('#front1').stop().animate({"top" : '350px'}, 800);
													
												});								
				
				/* SLIDE CAPTION 20% */
				$('#sliderwrap2.slideupcaption').hover(function() {
												
													$(this).children('#front2').stop().animate({"top" : '130px'}, 400);
													
												}, function() {
													
													$(this).children('#front2').stop().animate({"top" : '350px'}, 800);
													
												});
			
												
		   });
