/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '/js/highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.align = 'center';
hs.captionEval = 'this.a.title';
hs.dimmingOpacity = 0.7;
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
});
hs.swfOptions = {
	version:			  "7",
	expressInstallSwfurl: null,
	flashvars:			{},
	params:			   {},
	attributes:		   {}
};


// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	transitions: ['expand', 'crossfade']
};
// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		opacity: '0.75',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});


// gallery config object
var config2 = {slideshowGroup: 'group2',numberPosition: 'caption',transitions: ['expand', 'crossfade'],};
// Add the slideshow controller
hs.addSlideshow({slideshowGroup: 'group2',interval: 5000,repeat: false,useControls: true,fixedControls: 'fit',overlayOptions: {opacity: '0.75',position: 'bottom center',offsetX: '0',offsetY: '-10',hideOnMouseOut: true}});

// gallery config object
var config3 = {slideshowGroup: 'group3',numberPosition: 'caption',transitions: ['expand', 'crossfade'],};
// Add the slideshow controller
hs.addSlideshow({slideshowGroup: 'group3',interval: 5000,repeat: false,useControls: true,fixedControls: 'fit',overlayOptions: {opacity: '0.75',position: 'bottom center',offsetX: '0',offsetY: '-10',hideOnMouseOut: true}});



var config360 = {
	objectType: 'swf', width: 800, 
	objectWidth: 800, objectHeight: 600, 
	preserveContent: false, wrapperClassName: 'no-footer titlebar', 
	allowSizeReduction: false, maincontentText: 'You need to upgrade your Flash player', 
	headingText: 'Drag the image to explore'

};

