jQuery().ready(function(){
	    jQuery('#placeslide').jCarouselLite({ 
    	btnPrev:   '#navslideshow #butprev', 
	    btnNext:   '#navslideshow #butnext', 
		easing:'easeInOutExpo', //Animation for Images Slideshow
		auto:3500,
		speed:300,
		visible:1
		});
		
		jQuery('#contentslide').jCarouselLite({ 
    	btnPrev:   '#navslideshow #butprev', 
	    btnNext:   '#navslideshow #butnext', 
		easing:'easeInOutExpo', //Animation for Photo Caption
		auto:3500,
		speed:300,
		visible:1
		});

});
