$(document).ready(function(){
	
	$(".openMap").colorbox({width:"1030px", height:"650px", iframe:true, close:"", title:false});
	
	$(".entry-nav ul").tabs("div.entry-content > div").history(); 

  $('.slideshow').cycle({
		fx: 'scrollUp', speed:2000, timeout:6000 // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
});

