$(document).ready(function() {
	$(".colorbox").colorbox();
	$(".demo").colorbox({iframe:true, innerWidth:'505px', innerHeight:'410px'});
	$(".screens").colorbox({opacity:0.8});
	$(".wiki_site").colorbox({width:"50%", height:"40%",inline:true, href:"#wiki_site"});
	$(".decnone").colorbox({iframe:true, innerWidth:'80%', innerHeight:'70%'});
});



