$(document).ready(function(){
	
	// Initiate the lightbox
	$('a[rel*=lightbox]').lightBox();

});
