
jQuery(function() {
	
	// jQuery UI tabs
	jQuery(".tabs").tabs();
	
	// Horizontal Gallery
	jQuery(".gst-gallery-horizontal").gstGalleryHorizontal({
		changeAutomatically: true,
		startPosition: "middle"
	});
	
	// content header slideshow
	jQuery(".gst-slideshow").gstSlideshow({
		zIndexForTopSlide: 700
	});
	
	jQuery(".gst-map-and-locations").gstGoogleMapSimple();
	//jQuery(".gst-map-and-locations").gstGoogleMapDelayed();
	
});

