/*
# This file is for your own javascript code.  Everything in this file should be 
# settings that are allowed to be defined in external files.
#
# Examples of such is hs.overrides , registeroverlay and gallery.
#
# This is the recommended way of customizing your highslide.  The other way is
# done via inline javascript which is not cached by the browser so there is more
# data sent per session and visit.  This file will be cached by the browser.
#
# This file contains example script.
#
*/




hs.dimmingOpacity = 0.75;
if (hs.addSlideshow) hs.addSlideshow({
	//slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: .75,
		position: 'bottom center',
		hideOnMouseOut: true
		}
	});
