$(document).ready(function() {

	$('code').each(function(){
		$(this).html($.trim($(this).html()));
	});
	
	$('.lightbox').lightbox({
		fileLoadingImage: 'http://webmotion.bg/wp-content/themes/webmotion/images/loading.gif',
		fileBottomNavCloseImage: 'http://webmotion.bg/wp-content/themes/webmotion/images/closelabel.gif'
	});
	
});

ChiliBook.recipeFolder     = "/wp-content/themes/webmotion/js/chili/";
ChiliBook.stylesheetFolder = "/wp-content/themes/webmotion/js/chili/";

