/* Init */
var J = jQuery.noConflict();
J(document).ready(function() {
	initModal();
	initAlternaInfo();
	setAlternaInfo();
	fotos();
});