$(document).ready(function() {		
	
	//Execute the slideShow
	
	$('#splash').cycle();
	
	//$('#splash .splash_item img').corner('7px');
 	//$('#splash img').corner('cc:#c8b5bb 5px bottom');
	
});

