$(document).ready(function () {	
	$('#slideshow').cycle({
		fx: 'scrollHorz',
		timeout: 8000,
		prev: '#prev',
		next: '#next'
	});
	$("#tabs").tabs();
});
