/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = '../images/graphics/';
hs.outlineType = 'custom';
hs.fadeInOut = true;
hs.align = 'center';
hs.useBox = true;
hs.width = 650;
hs.height = 450;
hs.captionEval = 'this.a.title';


// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group1',
	interval: 5000,
	repeat: false,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.6',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-15',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'above',
		relativeTo: 'image'
	}

});

// Spanish language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Cargando...',
	loadingTitle: '',
	focusTitle: '',
	fullExpandTitle: '',
	creditsText: '',
	creditsTitle: '',
	previousText: '',
	nextText: '',
	moveText: '',
	closeText: '',
	closeTitle: '',
	resizeTitle: '',
	playText: '',
	playTitle: '',
	pauseText: '',
	pauseTitle: '',
	previousTitle: '',
	nextTitle: '',
	moveTitle: '',
	fullExpandText: '',
	number: 'Img %1 de %2',
	restoreTitle: ''
};

// gallery config object
var config1 = {
	slideshowGroup: 'group1',
	thumbnailId: 'thumb1',
	numberPosition: 'caption',
	transitions: ['expand', 'crossfade']
};

