$(document).ready(function() { 
	$('.mastheadImages').innerfade(
	{ 
		animationtype: 'fade', 
		speed: 750, 
		timeout: 5000}
	);
	
	$(function() {
        $('a.gallery').lightBox({fixedNavigation:true});
    });

});