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