//
//	Configuration
//
var fileLoadingImage = '/img/lightbox-loading.gif';
var overlayOpacity = 0.8;	// controls transparency of shadow overlay
var animate = true;			// toggles resizing animations
var resizeSpeed = 8;		// controls the speed of the image resizing animations (1=slowest and 10=fastest)
var borderSize = 10;		//if you adjust the padding in the CSS, you will need to update this variable

if (__lang=='cs') {
	var fileBottomNavCloseImage='/img/lightbox-closelabel_cs.gif';
	var __Image='Obrázek';
	var __Of='z';
	var key_next='d';
	var key_prev='p';
	var key_close='z';
}
else if (__lang=='en') {
	var fileBottomNavCloseImage='/img/lightbox-closelabel_en.gif';
	var __Image='Image';
	var __Of='of';
	var key_next='n';
	var key_prev='p';
	var key_close='x';
}
else if (__lang=='de') {
	var fileBottomNavCloseImage='/img/lightbox-closelabel_de.gif';
	var __Image='Bild';
	var __Of='aus';
	var key_next='f';
	var key_prev='z';
	var key_close='s';
}