jQuery().ready(function(){

	    $('#slideshow').jCarouselLite({ 
    	btnPrev:   '#placenav #butprev', 
	    btnNext:   '#placenav #butnext', 
		easing:'easeInOutExpo', //Animation for Images Slideshow
		speed:900,
		vertical:true,
		visible:1
		});
		
	    $('#introright').jCarouselLite({ 
    	btnPrev:   '#placenav #butprev', 
	    btnNext:   '#placenav #butnext', 
		easing:'easeInOutExpo', //Animation for Text
		speed:900,
		visible:1
		});
		
		$('#captionslideshow').jCarouselLite({ 
    	btnPrev:   '#placenav #butprev', 
	    btnNext:   '#placenav #butnext', 
		easing:'easeInOutExpo', //Animation for Photo Caption
		speed:900,
		visible:1
		});
		
		$("#background .images").jCarouselLite({
    	btnPrev:   '#placenav #butprev', 
	    btnNext:   '#placenav #butnext', 
		visible: 3,
		start: -1,
		auto: false,
		speed: 900				
		});		
		
		$("#background2 .images2").jCarouselLite({
		visible: 2,
		start: -1,
		auto: false,	
		});			
		
});