$(document).ready(function() {
	// init cycle plugin for the images. Then attach the html to create the rounded corners
	$('#slideshow').cycle({ 
    	timeout: 6000, 
    	delay:  -2000 
	}).prepend('<div class="tl"></div><div class="tr"></div><div class="bl"></div><div class="br"></div>');
});