$(document).ready(function(){
	$('#slideshow').cycle({
		delay:	0,
		fx:    	'fade',
		speed:	2000,
		sync:	1,
		pause:	0,
		random: 1
	});
	$('div.boxes div.box').corner("15px");
	$('#bubbles div').corner("15px");
});