$(document).ready(function() {

	$('code').each(function(){
		$(this).html($.trim($(this).html()));
	});
	
	$('.lightbox').lightbox({
		fileLoadingImage: 'assets/site/js/lightbox/imagens/loading.gif',
		fileBottomNavCloseImage: 'assets/site/js/lightbox/imagens/closelabel.gif'
	});
	
});

//ChiliBook.recipeFolder     = "resources/";
//ChiliBook.stylesheetFolder = "resrouces/";
