// JavaScript Document
$(function() {
	$("#cajagaleria img").tooltip({showURL: false, positionLeft: true });
});

