$.noConflict();
jQuery(document).ready(function($) {
//$(function() {
	$('a[@rel*=lightbox]').lightBox();
});