// Init light box when document is fully loaded.
jQuery(document).ready(function() {
 	jQuery('a[@rel*=lightbox]').lightBox();
});