jQuery(document).ready(function() {
	var lightbox = jQuery('a@[rel*=lightbox[image]]');
	lightbox.fancybox();
});