$(document).ready(function(){  

Cufon.replace('h1', {textShadow: '2px 2px #fff'});
Cufon.replace('h3', {textShadow: '1px 1px #fff'});

   if ($.browser.msie && $.browser.version < 7) return;

$("#nav li").append("<span class='icon'><\/span>"); 
$("#nav li span").animate({ opacity: 0 }, 0);
$("#nav li").hover(function(){
$(this).children("a").animate({ 'padding-left': '+=27px', opacity: 1 }, 300); 
$(this).children("span").animate({ opacity: 1 }, 500); 
},function(){
$(this).children("a").animate({ 'padding-left': '-=27px' }, 300); 
$(this).children("span").animate({ opacity: 0 }, 0);
});


});


$(function() {
$("a[rel^='lightbox']").colorbox();
$("#map").gMap({ 
zoom:13,
markers: [{ 
latitude: 52.1379672,
longitude: 21.2250979
}] });
});
