$(document).ready(function(){
      $('#navigation').spritemenu({
        grid:"grafikk/meny_bg.png",
        buttonwidth: 118,
        buttonheight: 45,
        speed: 'slow',
        easing: 'easeOutBounce',  //You need the easing plugin for anything other than 'swing' or 'linear'
        animate: 'height'
      });
      $('#navigation2').spritemenu({
        grid:"grafikk/meny_bg.png",
        buttonwidth: 118,
        buttonheight: 45
      });
	  
    });
	
		$(document).ready(function()
            {
			    $('a[rel*=lightbox]').lightBox({
                    txtImage: "Bilde",
                    txtOf: "av"
                });
            });
        
		//rel="lightbox"
