jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery("a[rel='gal']").colorbox({transition:"none", width:"792", height:"570"});
});

