
$(window).load(function(){

	$("#slider").jCarouselLite({
		auto: true,
		speed: 3000,
		easing: "easeInOutCubic"
	});

	$("#sub-logo").effect("slide", 1500);

});

