// JavaScript Document
$(document).ready(function(){
	$('.colorbox').colorbox();
	$('.colorbox_map').colorbox({
		iframe:true,
		innerHeight:'540px',
		innerWidth:'540px'
	});
});
