$(document).ready(function(){
		//twitter
		$("#twitter").getTwitter({
			userName: "lorem_ipsum_dol",
			numTweets: 1,
			loaderText: "Loading tweets...",
			slideIn: true,
			slideDuration: 750,
			showHeading: true,
			headingText: "Latest Tweets",
			showProfileLink: true,
			showTimestamp: true
		});
		//carousel
		$(".carousel").jCarouselLite({
			  btnNext: ".next",
			  btnPrev: ".prev",
			  
		 });

		//carousel2
		$(".carousel2").jCarouselLite({
			  btnNext: ".next2",
			  btnPrev: ".prev2",
			  
		 });

		//carousel3
		$(".carousel3").jCarouselLite({
			  btnNext: ".next3",
			  btnPrev: ".prev3",
			  
		 });

		//carousel4
		$(".carousel4").jCarouselLite({
			  btnNext: ".next4",
			  btnPrev: ".prev4",
			  
		 });
		//carousel5
		$(".carousel5").jCarouselLite({
			  btnNext: ".next5",
			  btnPrev: ".prev5",
			  
		 });
		//carousel6
		$(".carousel6").jCarouselLite({
			  btnNext: ".next6",
			  btnPrev: ".prev6",
			  
		 });
			  
			});
