/*
@copyright (c) 2009 hisa-k
*/
$(function(){
  $('p.pic a').colorbox();
  $('a.wpGallery').colorbox();

  $('ul.imgbox a').colorbox();
});
