  var navDuration = 150; //time in miliseconds
      var navJumpHeight = "0.25em";
/*$(function() {
      $('.buttons').hover(function() {
          $(this).animate({ top : "-="+navJumpHeight }, navDuration);            
      }, function() {
          $(this).animate({ top : "15px" }, navDuration);
      });
	  
	  });*/
	  
 $(function() {
 
$('a.lightbox').lightBox({fixedNavigation:true});


 
  $("#nav1 li").hover(function(){
       /*$(".buttons").slideUp("slow");
	   $(".buttons").slideDown("slow");*/
	   //$(this).animate({ top : "-45px" }, 150);
	     //$(this).animate({top: "-0.45em"}, 500);
		 $(this).animate({ top : "-="+navJumpHeight }, navDuration); 
		 //$(this).fadeOut("slow");
		 
		 //$(this).fadeIn("slow");
		//$(this).fadeIn("slow", myfadeout(this));
		//$(this).hide("slow");
		 //$(this).show("slow);
	   
	  }, function() {
          $(this).animate({ top : "15px" }, navDuration);

	  });
	  
	  
	  
$('#albumone').innerfade({
	animationtype: 'fade',
	speed: 'slow',
	timeout: 3500,
	type: 'sequence',
	containerheight: '75px'
});

$('#albumtwo').innerfade({
	animationtype: 'fade',
	speed: 'slow',
	timeout: 3500,
	type: 'sequence',
	containerheight: '75px'
});

$('#albumthree').innerfade({
	animationtype: 'fade',
	speed: 'slow',
	timeout: 3500,
	type: 'sequence',
	containerheight: '75px'
});

$('#albumfour').innerfade({
	animationtype: 'fade',
	speed: 'slow',
	timeout: 3500,
	type: 'sequence',
	containerheight: '75px'
});

$('#gallery a').lightBox({fixedNavigation:true});
	  
}); 

function myfadeout(layer)
{
//alert('hello');
$(layer).fadeOut("slow");
}



	