$(document).ready(function(){
	//Examples of how to assign the ColorBox event to elements
	$("a[rel='fade']").colorbox({transition:"fade"});
	$("a[rel='default']").colorbox();
	$(".ajaxbox").colorbox();
	$(".profilebox").colorbox({scrolling:true, innerWidth:360, innerHeight:180});
	$(".webanime").colorbox({iframe:true, scrolling:false, innerWidth:660, innerHeight:420});
	$(".realdreamprof").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$(".realmovie").colorbox({iframe:true, scrolling:false, innerWidth:660, innerHeight:420});
	$(".destroy_qn").colorbox({iframe:true, scrolling:false, innerWidth:510, innerHeight:460});
	$(".katsurataizen").colorbox({scrolling:true, innerWidth:570, innerHeight:640});
});

