/**
*	Site-specific configuration settings for Popup Gallery
*/
//slider popup
hs.graphicsDir = 'App_Themes/SCA/Images/PopUpGallery/';
hs.creditsPosition = 'rightpanel';
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.60;
hs.fadeInOut = true;
hs.align = 'center';
hs.padToMinWidth = true;
hs.marginBottom = 105;
hs.allowMultipleInstances = false;
hs.captionOverlay.position = 'rightpanel';
hs.showCredits = true;
hs.registerOverlay({
    html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
    position: 'top right',
    useOnHtml: true,
    fade: 2 // fading the semi-transparent overlay looks bad in IE
});

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '1',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'image',
		offsetY: '75',
        offsetX: '100'
	}

});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

