$(document).ready(

	function() {
		$('#gallery').innerfade({
			'animationtype': 'fade', /* Type of animation 'fade' or 'slide' (Default: 'fade') */
			'speed': 1000, /* Fadingspeed in milliseconds or keywords (slow, normal or fast)(Default: 'normal') */
			'timeout': 5000, /* Time between the fades in milliseconds (Default: '2000') */
			'type': 'random', /* Type of slideshow: 'sequence', 'random' or 'random_start' (Default: 'sequence') */
			'containerheight': '200px' /* Height of the containing element in any css-height-value (Default: 'auto') */
		});
	}
);
