

$(document).ready(function() {


	/* Accordion */
	if($('#accordion_01').length>0 ){		jQuery('#accordion_01').accordion({			header: '.head',			alwaysOpen: false,			autoheight: false		});	}


	if($('.slideshow_home').length>0 ){	
		$('.slideshow_home').before('<div id="navscroll_home">').cycle({
		fx: 'scrollHorz', 
		speed:   700, 
		timeout: 8000,
		next:   '#nextscroll_home', 
		prev:   '#prevscroll_home',
		pause: 0
		});
	}

	/* Carousel */
	if($('.slideshow_home').length>0 ){	
		$(".carousel_clientes").jCarouselLite({
			auto:2000,
			speed:1000,
			visible:7
		});
	}

});


	$.fn.cycle.defaults.fx       = 'scrollHorz';
	$.fn.cycle.defaults.speed    = 700;
	$.fn.cycle.defaults.timeout  = 0;
	$.fn.cycle.defaults.pause    = 1;
	$(function() {
		$('#proyectos pre code').each(function() {
			eval($(this).text());
		});
	});


