$(document).ready(function(){
	$(".indique").click(function(){
		$(".boxIndique").slideToggle("slow");
		$(".boxSeja").slideUp("slow");
	});
	$(".sejaUmKolm").click(function(){
		$(".boxSeja").slideToggle("slow");
		$(".boxIndique").slideUp("slow");
	});

	/*$("#boxPortifolio .jCarouselLite").jCarouselLite({
		auto: 10000,
		speed: 3000
	});*/
	
	$('#boxPortifolio .jCarouselLite ul').cycle({
		timeout: 10000,
		speed: 3000,
		fx: 'scrollLeft'
	});
});
