jQuery.noConflict();
 
jQuery(document).ready(function(){
								
	// show all js-depending obj:
    jQuery(".js").show();								
	
	// init lightbox
    jQuery('a[rel*=lightbox]').lightbox();
	
})

