
// Settings for colorbox

$(document).ready(function(){

	$(".colorbox").colorbox();
	$(".iframe_forms").colorbox({width:"725", height:"300", iframe:true});
	$(".iframe").colorbox({width:"70%", height:"60%", iframe:true});
});