Jquery Corners produces a white background. I need transparent background corners

jquery, jquery-plugins

Solution

set the color with cc:

$("myDiv").corner("cc:#fff round 20px");

Problem

Im creating a navigation window with tabs round cornered. im trying to do this but jquery corner produces a white background ar corners. How can we overcome that problem. here is the snapshow of my navigation bar http://www.flickr.com/photos/41695354@N08/3858299131/

Original source