	$(document).ready(function(){
	$(".modal").colorbox({inline:true});
	$(".gallery-modal").colorbox();
	/*$(".example8").colorbox({inline:true, href:"#inline_example1"});
	$(".example7").colorbox({width:"930px", height:"90%", iframe:true});*/
	$(".feature-modal").colorbox({width:"930px", height:"90%", iframe:true});
	$(".email-agent-modal").colorbox({width:"690px", height:"550px", iframe:true});
	$(".bio-agent-modal").colorbox({width:"1050px", height:"550px", iframe:true});	
});
