
// run these function when the dom is ready, yo!

$( document ).ready( function() {

	$( '#slideshow' ).innerfade( { 
				/*animationtype: 'slide',*/
				speed: 1000,
				timeout: 7000,
				type: 'sequence',
				containerheight: '185px' 
		});
	
});