$(document).ready(function(){
   
   $("div.topmenu_corner").corner("bevel top 5px").parent().css('padding', '6px').corner("round 10px");
   $("div.rounded").corner("bevel 6px");
   $("div.content").corner("corner keep 15px cc:#009");
   $("div.rounded_title").corner("round top 8px");
   $("div.rounded_panel").corner("round 8px");
   $("div.rounded_panel").corner("keep");
   $("div.page_info_panel").corner("keep");
   $("div.container_corner").corner("corner keep 15px cc:#eeeded");
   $("div.sidebar_corner").corner("corner keep 10px");
   $("div.slideshow").corner("round top 8px");

   /*
   var img_path = 'images/menubuttons/';
   $('a.topmenu img')
   .mouseover(function(){
    var img=$(this).attr("id");
    var img_mo=$(this).attr("id")+'_mo';
        $(this).removeAttr('src');
        $(this).attr('src',img_path+img_mo+'.png');
        //alert($(this).attr("src") );
    })
    .mouseout(function(){
        var img = $(this).attr("id");
        $(this).removeAttr('src');
        $(this).attr('src',img_path+img+'.png');
        //alert($(this).attr("src") );
    });
    */


    
    
});
