$(document).ready(function(){		
	$("#footer").corner("cc:#626055 15px keep bottom");
	$("#header").corner("cc:#626055 5px top");	
	$(".text").corner("cc:#fff 5px top");
	$("div.news").corner("cc:#fff 5px");
	
	$('ul#gallery a').lightBox();	
});