/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://www.marcyankus.com/site/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = null;
hs.dimmingOpacity = 1;
hs.fadeInOut = true;
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.expandDuration = 800;
hs.restoreDuration = 50;
hs.transitionDuration = 800;
hs.outlineWhileAnimating = 1;
hs.align = 'center';
hs.marginTop = 130;
hs.marginRight = 30;
hs.marginBottom = 30;
hs.marginLeft = 30;
hs.allowMultipleInstances = false;
hs.numberOfImagesToPreload = 5;
hs.captionEval = 'this.a.title';
hs.dragByHeading = false;
hs.dragHandler=null;


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: false,
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '1',
		position: 'bottom right',
		offsetX: '-5',
		offsetY: '24',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};