// JQUERY TABS



	jQuery(function($) {
    $('#tabs').tabs({ remote: true });
	});



// HIGHSLIDE IMAGE GALLERY
hs.graphicsDir = 'assets/images/highslide/';
hs.zIndexCounter = '99999';
hs.outlineType = 'rounded-white';
hs.captionEval = 'this.thumb.title';
hs.registerOverlay(
	{
		thumbnailId: null,
		overlayId: 'controlbar',
		position: 'top right',
		hideOnMouseOut: true
	}
);
