$(window).load(function(){$("#slides").slides({play:10000,pause:3000,effect:"slide",autoHeight:true,hoverPause:true,generatePagination:true,paginationClass:"hltpagination",animationStart:function(a){$(".caption").animate({bottom:-35},100)},animationComplete:function(a){$(".caption").animate({bottom:0},200)},slidesLoaded:function(){$(".caption").animate({bottom:0},200)}})});
