<script src="/js/jquery-1.4.4.min.js"></script>
<script src="/js/slides.min.jquery.js"></script><script>
$(function(){
$('#slides').slides({
preload: true,
preloadImage: '/img/loading.gif',
play: 5000,
pause: 2500,
hoverPause: true,
animationStart: function(){
$('.caption').animate({
bottom:-35
},100);
},
animationComplete: function(current){
$('.caption').animate({
bottom:0
},200);