//round corner///////////////////////////////////////////
/*$(".box1").corner('cc:#fff round 10px');
$(".box2").corner('cc:#fff round 10px ');
//$(".box2").corner('cc:#e5e5e5 round 15px bottom');
$(".box3").corner("cc:#fff round 10px ");

$("#newssmall").corner('cc:#fff round 10px');
$(".box2small").corner("cc:#fdc74a round 10px ");

(function($) {
	$(function() { //on DOM ready
$(document).pngFix();
	});
})(jQuery);*/


