$(document).ready(function(){
    $("#illustration li:nth-child(2)").css({'height': '63px'});
});
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
});
$(document).ready(function(){
	$("#daniel li:nth-child(2)").css({'height': '63px'});
});

