hs.graphicsDir = 'design/images/highslide/';
hs.showCredits = false;
hs.fadeInOut = true;
hs.expandCursor = null;
hs.restoreCursor = null;
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
//hs.captionOverlay.width = "490px";
//hs.captionOverlay.height = "80px";
hs.dimmingOpacity = 0.80;
hs.numberPosition = null;
hs.wrapperClassName = 'wide-border';
hs.allowSizeReduction = false;
/*
hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
	}
});
*/

hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'prev_wrap',
	position: 'top left',
	hideOnMouseOut: false,
	opacity: 1
});

hs.registerOverlay({
	thumbnailId: null,
	overlayId: 'next_wrap',
	position: 'top right',
	hideOnMouseOut: false,
	opacity: 1
});