/**
*	Site-specific configuration settings for Highslide JS
*/
hs.graphicsDir = 'highslide/graphics/';
hs.showCredits = false;
hs.outlineType = 'custom';
hs.dimmingOpacity = 0.5;
hs.easing = 'easeInBack';
hs.easingClose = 'easeOutBack';
hs.align = 'center';
hs.allowSizeReduction = false;
hs.allowMultipleInstances = false;
hs.enableKeyListener = false;
hs.registerOverlay({
	html: '<div class="closebutton" onclick="javascript:parent.window.location.reload();return hs.close(this)" title="Close"></div>',
	position: 'top right',
	useOnHtml: true,
	fade: 2 // fading the semi-transparent overlay looks bad in IE
});


// Turkish language strings
hs.lang = {
	cssDirection: 'ltr',
	loadingText: 'Loading...',
	loadingTitle: 'Cancel',
	focusTitle: 'Focus Title',
	fullExpandTitle: 'Expand to full size',
	creditsText: 'Powered by <i>Highslide JS</i>',
	creditsTitle: 'Go to Highslide JS official site',
	previousText: 'Previous',
	nextText: 'Next',
	moveText: 'Move',
	closeText: 'Close',
	closeTitle: 'Close(esc)',
	resizeTitle: 'Resize',
	playText: 'Play',
	playTitle: 'Start Slideshow(spacebar)',
	pauseText: 'Pause',
	pauseTitle: 'Pause Slideshow (spacebar)',
	previousTitle: 'Previous (left arrow)',
	nextTitle: 'Next (right arrow)',
	moveTitle: 'Move',
	fullExpandText: 'Full size',
	number: 'Image %1 - %2',
	restoreTitle: 'Click to close the image, click to move. Use arrow keys for previous and next.'
};

