/* hegyiandrea.hu GUI scripts */

$(document).ready(function(){
			
	$(".menu").mouseover(function(){
		$("#slide").animate({ left: "-25" }, 100 );
		//$(".header .logo").fadeOut("fast");
		$(".logo").fadeOut("fast");
		//$(".menu").fadeOut("fast");
		$(".menu").hide();

		 
		
	});
	
	$(".header").mouseover(function(){
		$("#slide").animate({ left: "-25" }, 100 );
		//$(".header .logo").fadeOut("fast");
		//$(".menu").fadeOut("fast");
		$(".logo").fadeOut("fast");
		$(".menu").hide();
	
		
	});
	$(".menuspace").mouseover(function(){
		$("#slide").animate({ left: "-25" }, 100 );
		//$(".header .logo").fadeOut("fast");
		//$(".menu").fadeOut("fast");
		$(".logo").fadeOut("fast");
		$(".menu").hide();
		
	});
		$(".aboveslide").mouseover(function(){
		$("#slide").animate({ left: "-25" }, 100 );
		//$(".header .logo").fadeOut("fast");
		//$(".menu").fadeOut("fast");
		$(".logo").fadeOut("fast");
		$(".menu").hide();
		
	});
	
		
	$("#slideshow").mouseover(function(){
		$("#slide").animate({ left: "-370" }, 400 );
	//	$(".header .logo").fadeIn("fast");
		//$(".menu").fadeOut("slow");
		$(".logo").fadeIn("fast");
		$(".menu").show();

	});
	
	$(".slideout").mouseover(function(){
		$("#slide").animate({ left: "-370" }, 400 );
	//	$(".header .logo").fadeIn("fast");
		//$(".menu").fadeOut("slow");
		$(".logo").fadeIn("fast");
		$(".menu").show();
	});
	
	$("#right").mouseover(function(){
		$("#slide").animate({ left: "-370" }, 400 );
		//$(".header .logo").fadeIn("fast");
	//	$(".menu").fadeIn("fast");
		$(".logo").fadeIn("fast");
		$(".menu").show();
	});
	
	$("#post").mouseover(function(){
		$("#slide").animate({ left: "-370" }, 400 );
	//	$(".header .logo").fadeIn("fast");
		//$(".menu").fadeIn("fast");
		$(".logo").fadeIn("fast");
		$(".menu").show();
	});
	$(".shright").mouseover(function(){
		$("#slide").animate({ left: "-370" }, 400 );
	//	$(".header .logo").fadeIn("fast");
		//$(".menu").fadeIn("fast");
		$(".logo").fadeIn("fast");
		$(".menu").show();
	});
	
	shright 
			
});
