

// Image Viewer Dimensions settings (pixels):
	var PagePositionLEFT		= 0; 			// Set position of Image viewer from LEFT of page
	var PagePositionTOP			= 50; 			// Set position of Image viewer from TOP of page
	
	var InterFaceWidth 			= 550; 			// Set [Overall] WIDTH |||| minimum length=300
	var ViewingAreaHeight		= 100; 			// Set [Viewing area] HEIGHT |||| minimum length=10

	var OverALLBorder			= 'off'; 			// Set [Over All] Border 'on' or '' (blank) for off

// Image Viewer Colors [example: 'red' or '#FF0000']
	var OverALLBorderColor		= 'white'; 		// Set color of [Over All] Border

	var ControlsBGColor			= 'white'; 		// Set color of [Control Area] Background |||| use '' = no color
	var ControlsFontColor		= 'black'; 		// Set color of [Control Area] Font
	
	var ViewAreaBGColor		= 'white';		// Set color of [Viewing Area] Background |||| use '' = no color
	
	var ImageBorderColor		= 'white'; 		// Set color of [Image] Border
	
	var ButtonBGColor			= 'white'; 		// Set color of [Button] Background
	var ButtonFontColor			= 'black'; 		// Set color of [Button] Font
	var ButtonBorderColor		= 'white'; 		// Set color of [Button] border
	
// Image Alignment
	var ImageValignment		= 'middle'; 		// Set verticle alignment within viewer (options: top, bottom. middle)
	
