// JavaScript Document

hs.align = 'center';
hs.allowWidthReduction = true;
hs.allowHeightReduction = true;
hs.outlineWhileAnimating = true;
hs.allowSizeReduction= true;
 var galleryOptions = {
	slideshowGroup: 'gallery',
	dimmingOpacity: 0.5,
	align: 'center',
	transitions: ['expand', 'crossfade']
};

if (hs.addSlideshow) hs.addSlideshow({
    slideshowGroup: 'gallery',
    interval: 5000,
    repeat: false,
    useControls: true,
	fixedControls: true,
    overlayOptions: {
        opacity: .6,
        position: 'top center',
        hideOnMouseOut: true
	}
});

