$(document).ready(function(){
	
	$("a[rel='colbox']").colorbox({transition:"elastic"});
	
    $('a.map').teste({
			bgColor: '#000',
			bgOpacity: 0.8,
			mapWidth: 600,
			mapHeight: 350,
			mapText: 'Fyffe Country Lodge, Kaikoura - New Zealand',
			mapUrl: 'http://maps.google.co.nz/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=-42.417690,+173.612565&amp;sll=-42.32381,173.71758&amp;sspn=0.007298,0.019162&amp;ie=UTF8&amp;ll=-42.410784,173.61248&amp;spn=0.116603,0.306587&amp;z=14&amp;output=embed'
		             
			});		
			
});

