$(document).ready(function() {
	
	//SLIDESHOW
	$('#slideshow').cycle('fade');
	
});