$(function() {
    $(".rotatorImages").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 5000,
		visible: 1,
		easing: "backinout",
	    speed: 1000
    });
	

	$(".rotatorTextHolder").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		vertical: true,
		auto: 5000,
		visible: 1,
		easing: "backinout",
	    speed: 1000
    });
	

	
	$('#logo2, #rotator a.next, #rotator a.prev, .portfolioitemslider a.next, .portfolioitemslider a.prev').hover(function() {
		$(this).fadeTo("fast", 0.5);
	},
	function () {
		$(this).fadeTo("fast", 1);
	});
	
	$(".portfolioitemslider").jCarouselLite({
		btnNext: ".next",
        btnPrev: ".prev",
		auto: 5000,
		visible: 1,
	    speed: 1500,
		easing: "backinout"
    });

		

	 
});
