// JavaScript Document
jQuery(document).ready(function() {
	jQuery('.slideshow').cycle({
		fx: 'scrollLeft',
		timeout: 4000,
		speed: 900
	});
});

