$(function () {



	/**************
	** SLIDESHOW **
	**************/
	$(".ambienteSlideshow").cycle();
      
	  
	 /**************
	** Destaques CArrocel **
	**************/
	jQuery('#mycarousel').jcarousel({
	scroll: 1
	});
	
});
