/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://jonjarvela.com/wp-content/plugins/highslide/graphics/';
hs.showCredits = false;
hs.blockRightClick = true;
hs.outlineType = 'custom';
hs.dimmingOpacity = 1;
hs.fadeInOut = true;
hs.align = 'center';
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});
	hs.transitions = ['expand', 'crossfade'];



// Add the slideshow controller
hs.addSlideshow({
	// slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'text-controls',
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-100',
		relativeTo: 'viewport',
		hideOnMouseOut: false
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});

