$(document).ready(function() { 
	$('#slideShow').show();	
	$('#slideShow').cycle('fade');	
});