// JavaScript Document

$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'scrollLeft',
		timeout: 6000
	});
});
