var fileLoadingImage = "includes/components/Lightbox/images/loading.gif";				// Loading image		
var fileBottomNavCloseImage = "includes/components/Lightbox/images/closelabel.gif";		// Close image
var fallbackOverlayImage = "includes/components/Lightbox/images/overlay.png";			// Fallback overlay used with browsers that have opacity problems
var overlayOpacity = 0.8;									// Controls transparency of shadow overlay
var animate = true;											// Toggles resizing animations
var resizeSpeed = 7;										// 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