$(document).ready(function(){ 
	//$('#indexphoto').fadeIn(1000,function(){$('#indexphoto').animate({top: "0px"},2000);});
	
	$('#indexslide').cycle({
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});
});
