$(document).ready(function() {
 
 $("#container").corner("top");
 $("a[rel*=lightbox]").lightBox();
	
});
