$(document).ready(function(){
	
		$('#imagestrip').innerfade({ 
			speed: 'slow', 
			timeout: 4000, 
			type: 'sequence', 
			containerheight: '113px' 
		});
		
		$('#gallery a').lightBox();
		$('#gallery2 a').lightBox();
});

