//
//	Configuration
//
var fileLoadingImage = "/img/lightbox/loading.gif";		
var fileBottomNavCloseImage = "/img/lightbox/close.gif";

var overlayOpacity = 0.8;	// controls transparency of shadow overlay

var animate = false;			// toggles resizing animations
var resizeSpeed = 9;		// controls the speed of the image resizing animations (1=slowest and 10=fastest)

var borderSize = 4;		//if you adjust the padding in the CSS, you will need to update this variable
