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