//loading image
var fileLoadingImage = "/assets/snippets/maxigallery/slimbox/images/loading.gif";		
//close image
var fileBottomNavCloseImage = "/assets/snippets/maxigallery/slimbox/images/closelabel_de.gif";
//next image
var nextLinkImage = "/assets/snippets/maxigallery/slimbox/images/nextlabel_de.gif";
//previous image
var previousLinkImage = "/assets/snippets/maxigallery/slimbox/images/prevlabel_de.gif";
//controls the speed of the image resizing in milliseconds
var resizeDuration =400;
//resize transition effect
var resizeTransition = Fx.Transitions.sineInOut;
//the "Image" part from the text "Image 1 of 6"
var imageNrDesc = "Bild";
//the separator "of" from the text "Image 1 of 6", you can change to / slash or whatever
var imageNrSep = "von";
//accelerator keys that goes to next picture, separate by commas
var nextKeys = new Array("w","n", "v", " ");
//accelerator keys that goes to previous picture, separate by commas
var prevKeys = new Array("z", "b", "ESC");
//accelerator keys that close the lightbox, separate by commas
var closeKeys = new Array("c","x","q", "a");
