$(document).ready(function(){

			$("div.roundedcorners03").corner("round 3px");
   			
   			$("div.roundedcorners10").corner("round 10px");
   			
   			$("div.roundedcorners15").corner("round 15px");
   			
   			$("div.roundedcorners20").corner("round 20px tl bl tr br");
   			
   			$("div.roundedcorners25").corner("round 25px");
   			
   			$("div.roundedcorners30").corner("round 30px");
   			
   			$("div.roundedcorners35").corner("round 35px");
   			
   			$("div.roundedcorners40").corner("round 40px");
   			
   			$(".trigger,.panel").corner("round 20px tl bl");
 			
 			
 			
 			});
