
$(document).ready(function() {

	$(".box1").each(function(){
		$(this).corner("cc:#fff");
	});
	

});

