// $(document).ready(function() {
// 	$(".promoImage").mouseenter(function() {
// 			$(this).slideUp(0);
// 			//$(this).stop();
// 		}	
// 	);
// 	$(".item").mouseleave(function() {
// 		$("div:hidden").slideDown(0);
// 		
// 	})
// 	
// });