$(document).ready(function(){
	
	
	$("a[rel='colorbox']").colorbox();
	$("a[rel='news']").colorbox();
	$("a[rel='map']").colorbox({iframe: true ,width:"910px", height:"730px"});
	$("a[rel='news_text']").colorbox({iframe: true , width:"75%", height:"75%"});
});

