/* $(function() {
	$('.singleBtnContainer').hover(function(){
								$(this).children('.front').stop().animate({ "opacity" : 0}, 300);},
								function(){$(this).children('.front').stop().animate({ "opacity" : 1}, 200);
								});
			  }); */




$(function() {
			   
			   $('.singleBtnContainer').hover(function(){
										 $(this).children('.front').stop().animate({ "top" : '98px'}, 500);},
										 function(){$(this).children('.front').stop().animate({ "top" : '0'}, 200);
										 });
			    $('.singleBtnContainerCntr').hover(function(){
										 $(this).children('.front').stop().animate({ "top" : '98px'}, 500);},
										 function(){$(this).children('.front').stop().animate({ "top" : '0'}, 200);
										 });
			   
			   $('.singleBtnBottom').hover(function(){
										 $(this).children('.front').stop().animate({ "top" : '130px'}, 300);},
										 function(){$(this).children('.front').stop().animate({ "top" : '0'}, 200);
										 });
			   
			   });

