// JavaScript Document
$(document).ready(function(){
	$(".detay").colorbox({width:"400", height:"200", iframe:true});
});

