$(function() {
	$("#mirador a").overlay({target: '#gallery', expose: '#f1f1f1', opacity: 1, template:'<strong>${title}</strong> <span>Im&aacute;gen ${index} of ${total}</span>'}).gallery({speed: 'fast'});
});
