// JavaScript Document

hs.graphicsDir = '/images/highslide/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';

hs.showCredits = false;
hs.fadeInOut = true;

hs.addSlideshow({
		interval: 5000,
		repeat: false,
		useControls: true,
		fixedControls: 'fit',
		overlayOptions: {
		opacity: .75,
		position: 'top center',
		hideOnMouseOut: true
		}
});
