$(document).ready(function()
{ 
  /* round corner */
  var r = 15;
  roundCorner('mainBox', r);
  roundCorner('menuBox', 10);
  roundCorner('subMenuBox', 15);
  roundCorner('contentsBox', r);
//  roundCorner('cameraBox', 5);  
  
  $('#cameraPopUp').SlideOutDown(500);
});
