/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'inc/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = .85;
//hs.dimmingDuration = 1000;
hs.align = 'center';
hs.minWidth = 250;
hs.marginTop = 30;
hs.marginRight = 20;
hs.marginBottom = 30;
hs.marginLeft = 20;
hs.expandCursor = null; // null disables
hs.restoreCursor = null; // null disables
hs.allowMultipleInstances = false;
hs.captionEval = 'this.a.title';
hs.expandCursor = ''; //'zoomin.cur', // null disables
hs.restoreCursor = ''; //'zoomout.cur', // null disables
hs.allowHeightReduction = true;
//hs.captionOverlay.position = 'bottom center';
//hs.captionOverlay.relativeTo = 'viewport';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 3000,
	repeat: true,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.85',
		position: 'bottom right',
		offsetX: '20',
		offsetY: '22',
		hideOnMouseOut: false
	}
});

hs.addSlideshow({
   slideshowGroup: 'group2',
   interval: 5000,
   repeat: true,
   fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.85',
		position: 'bottom right',
		offsetX: '20',
		offsetY: '22',
		hideOnMouseOut: false
   }
});

var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
	//	numberPosition: 'caption',
};
var config2 = {
	slideshowGroup: 'group2',
	transitions: ['expand', 'crossfade']
};

