jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideshow').innerfade({
				animationtype: 'fade',
				speed: 1200,
				timeout: 5000,
				type: 'sequence',
				containerheight: '234px'
			});
		}
);

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#devSlideshow').innerfade({
				animationtype: 'fade',
				speed: 1200,
				timeout: 5000,
				type: 'sequence',
				containerheight: '250px'
			});
		}
);
// End of Slideshow function
