﻿$(document).ready(function() {



	//facebookowy slider

	$('.clicktofb').toggle(
	function(){$('#facebookslider').animate({right: 0});},
	function(){$('#facebookslider').animate({right: '-204px'});}
	);


	$('#tools').pngFix( );





	$("a").focus(function() {

		$(this).blur();

	});



	$(".lightbox").lightBox();









	$(".menu_head").click(function() {

		$(this).next(".menu_body").slideToggle(300).siblings(".menu_body").slideUp("fast");

	});





	$(".hit").next(".menu_body").slideToggle(300).siblings(".menu_body").slideUp("fast");





	$("#slide").easySlider({

		auto: true,

		continuous: true

	});



});

