/**
 * @author Juanjo
 */
$(function() {
	$('a[@rel*=lightbox]').lightBox(); 
});
