var $j = jQuery.noConflict();

jQuery(document).ready(function(){

	$j('#bildBOX a').lightBox();
})