$(document).ready(function() {
    $('#slideshow .imgs').cycle({
		fx: 'fade',
		timeout: 10000
	});
});


