/*
// 2007 Powered by Xeon
*/


//
//	Configuration
//
var lightbox_basepath = "/lightbox/";
var fileLoadingImage = "../gfx/zdjecie_pow_ladowanie.gif";
var fileBottomNavCloseImage = "../gfx/zdjecie_pow_zamknij.gif";

var resizeSpeed = 9;	// controls the speed of the image resizing (1=slowest and 10=fastest)

var borderSize = 10;	//if you adjust the padding in the CSS, you will need to update this variable

var lightbox_link_prev = "&laquo; Previous";
var lightbox_link_next = "Next &raquo;";
var lightbox_link_prev_help = "Previous image, click there or press P button";
var lightbox_link_next_help = "Next image, click there or press N button";
var lightbox_link_close = "Close";
var lightbox_link_close_help = "Close, click there or press Z button";
var lightbox_link_NA_help = "Nie można przejść w tą stronę"
//var lightbox_copyright = "&copy; 2007"
var lightbox_link_image = "Image";
