jQuery(document).ready(function($){
    $('.screenshot').cycle({
		fx: 'fade',
		timeout: 6000,
		pause:	true
	});
});

