$(document).ready(function(){
	$('area').colorbox({rel:'map1'}) 
	$("a[rel='gallery1']").colorbox();
	$(".dir_contact").colorbox({width:"50%", inline:true, href:"#inline_form"});
	$(".nav_viewbook").colorbox({width:"50%", inline:true, href:"#viewbook_form"});
	$(".newsletter").colorbox({width:"50%", inline:true, href:"#newsletter_form"});
});
