jQuery().ready(function(){
   $('#slideshow').jCarouselLite({ 
     btnPrev:   '#placenav #butprev', 
   btnNext:   '#placenav #butnext', 
easing:'easeInOutExpo', //Animation for Images Slideshow
auto:7500,
speed:900,
vertical:true,
visible:1
});
   $('#introright').jCarouselLite({ 
     btnPrev:   '#placenav #butprev', 
   btnNext:   '#placenav #butnext', 
easing:'easeInOutExpo', //Animation for Text
auto:7500,
speed:900,
visible:1
});
$('#captionslideshow').jCarouselLite({ 
     btnPrev:   '#placenav #butprev', 
   btnNext:   '#placenav #butnext', 
easing:'easeInOutExpo', //Animation for Photo Caption
auto:7500,
speed:900,
visible:1
});
});