$(document).ready(
		function(){
			$('#slideshow').innerfade({
			animationtype: 'slide',
				speed: 500,
				timeout: 6000,
				type: 'sequence',
				containerheight: '250px'
			});
		}
	);

(function($) {
	$(function() {
		$("#scroller").simplyScroll({
			autoMode: 'loop'
		});
	});
})(jQuery);