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