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

		$(".panel").hover(function(){
			$(".panel").stop(true, false).animate({right:"0"},"medium");
		},function(){
			$(".panel").stop(true, false).animate({right:"-308"},"medium");
		},500).click(function(){location.href="http://www.facebook.com/pages/Dabrowa-Gornicza-Poland/Pizzeria-Tommaso/158741780802604";});
		return false;
	});
});
