  $(document).ready(
				function(){
					$('#images').innerfade({
						animationtype: 'slide',
						speed: 1000,
						timeout: 2000,
						type: 'sequence',
						containerheight: '75px'
					});

		$('#gallery a').lightBox();
});