$(document).ready(function(){
	
	$(function() {
		$('a[@rel*=lightbox]').lightBox({txtImage: 'Image',txtOf: 'of'});
	});
	
});