hs.graphicsDir = 'http://gigglepixel.com/wp-content/plugins/highslide/graphics/';
hs.align = 'center';
hs.allowMultipleInstances = false;
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = 0.8;
hs.outlineType = 'rounded-white';
hs.dragSensitivity = 9999;
hs.marginBottom = 105; // make room for the thumbstrip and the controls
//hs.numberPosition = 'caption';


// This two lines will take the title of the pictures from NextGEN and add it to the caption field in Highslide.
//hs.captionEval = 'this.a.title';
//hs.headingText = 'this.a.title';

// Add the slideshow providing the controlbar and the thumbstrip
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	overlayOptions: {
		className: 'text-controls',
		position: 'bottom center',
		relativeTo: 'viewport',
		offsetY: -60
	},
	thumbstrip: {
		position: 'top center',
		mode: 'horizontal',
		relativeTo: 'viewport'
	}
});
