﻿/// <reference path="jquery-1.3.2-vsdoc.js" />
/// <reference path="jquery-1.3.2.js" />
/// <reference path="jquery.corner.js" />

$(function() {
    $(".ui-corner").corner("round");
    $(".ui-corner-t").corner("round top");
    $(".ui-corner-b").corner("round bottom");
    $(document).pngFix();     
});