	$(document).ready(
		function(){
			$('#gallery').innerfade({
				animationtype: 'fade',
				speed: 600,
				timeout: 4000,
				type: 'sequence',
				containerheight: '294px'
			});
 		}
	);
