$(document).ready(function() {
	//b5m
	init(); 
	switchToLayer(1); 
	boton_on(2);
	// Lightbox
	$('#routeTechnicalSheet a.lightbox').lightBox();
	//$('.photoGallery a.lightbox').lightBox();
	$('a.profile').lightBox();
	// Star rating system ("example.php" será el PHP que guarde el valor de la votación)
	//$('.auto-submit-star').rating({ callback: function(value, link){ alert(value); }	});
});
