$(document).ready(function(){$("#slideshow").css("overflow","visible");$("ul#slides").cycle({fx:'fade',before:onBefore})
function onBefore(){$(this).css({top:'50%',marginTop:-$(this).height()/2});var $ht=$(this).height();$(this).parent().animate({height:$ht});}});
