$(document).ready(function()
{ 
  /* round corner */
  var r = 15;
  roundCorner('menuBox', 10);
  roundCorner('subMenuBox', r);
  roundCorner('contentsBox', r);  
  roundCorner('textbuildingBox', 10);
  roundCorner('mainBox', r);
  
  $('.imgbuildingBox').innerfade({ speed: 'slow', timeout: 5000, type: 'sequence', containerheight: '253px' });  
});
