/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.numberOfImagesToPreload = 3;
//hs.outlineType = 'custom';
hs.dimmingOpacity = 0.9;
hs.dimmingDuration = 250;
//hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.expandDuration = 350;
hs.restoreDuration = 350;
hs.transitionDuration = 1500;
hs.outlineWhileAnimating = 0;
hs.align = 'center';
hs.padToMinWidth = true;
hs.minWidth = 100;
hs.minHeight = 50;
hs.marginTop = 20;
hs.marginRight = 30;
hs.marginBottom = 20;
hs.marginLeft = 30;
hs.allowMultipleInstances = false;
hs.blockRightClick = 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
});



// be_ready Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'be_ready',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery be_ready
var config1 = {
	slideshowGroup: 'be_ready',
	thumbnailId: 'thumb1',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};

// wedding_dress Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'wedding_dress',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery wedding_dress
var config2 = {
	slideshowGroup: 'wedding_dress',
	thumbnailId: 'thumb2',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};

// cakes Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'cakes',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery cakes
var config3 = {
	slideshowGroup: 'cakes',
	thumbnailId: 'thumb3',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// ceremony Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'ceremony',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config4 = {
	slideshowGroup: 'ceremony',
	thumbnailId: 'thumb4',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// formals Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'formals',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config5 = {
	slideshowGroup: 'formals',
	thumbnailId: 'thumb5',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// Outdoor Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'outdoor',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config6 = {
	slideshowGroup: 'outdoor',
	thumbnailId: 'thumb6',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// kids Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'kids',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config7 = {
	slideshowGroup: 'kids',
	thumbnailId: 'thumb7',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// Reception hall Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'reception_hall',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config8 = {
	slideshowGroup: 'reception_hall',
	thumbnailId: 'thumb8',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};

// Reception  Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'reception',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config9 = {
	slideshowGroup: 'reception',
	thumbnailId: 'thumb9',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};
// Stacy Sean  Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'stacy_sean',
	interval: 3000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'text-controls',
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '38',
		hideOnMouseOut: true
	}
});

// gallery ceremony
var config10 = {
	slideshowGroup: 'stacy_sean',
	thumbnailId: 'thumb10',
	autoplay: true,
	transitions: ['expand', 'crossfade']
};