/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'http://latifahshay.com/wp-content/plugins/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.75;
hs.fadeInOut = true;
hs.align = 'center';
hs.minWidth = 250;
hs.minHeight = 250;
hs.allowMultipleInstances = false;
hs.blockRightClick = true;
hs.captionEval = 'this.a.title';
hs.headingEval = 'this.thumb.title';

hs.thumbnailId = 'thumb1';
hs.numberPosition = 'caption';
hs.transitions = ['expand', 'crossfade'];

// Add the slideshow controller
hs.addSlideshow({
	// slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'controls-in-heading',
		opacity: '0.75',
		position: 'bottom right',
		offsetX: '0',
		offsetY: '20',
		hideOnMouseOut: false
	}
});

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'thumb1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};
