

$(document).ready(function() {
    
	// add rounded corners and inner shadows to panels
    $('.cell-enhancements').prependTo('.cell'); //changed by GR team
    
    // shorten empty divs in IE
    //$('div.header:empty, div.footer:empty').css('height', 0);
});
