var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441812&x=151',
		'title': '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (1 of 3)',
		'imageId': '68441812',
		'alt' : '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (1 of 3)',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441806&x=151',
		'title': '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (2 of 3)',
		'imageId': '68441806',
		'alt' : '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (2 of 3)',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441811&x=151',
		'title': '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (3 of 3)',
		'imageId': '68441811',
		'alt' : '2 Drawer File Cabinets Light Gray - 28 1/2 in Tall x 36 in Wide x 19 1/2 in Depth (3 of 3)',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441803&x=151',
		'title': '4 Drawer File Cabinets Light Gray - 53 in Tall x 36 in Wide x 20 in Depth',
		'imageId': '68441803',
		'alt' : '4 Drawer File Cabinets Light Gray - 53 in Tall x 36 in Wide x 20 in Depth',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441809&x=151',
		'title': '4 Drawer File Cabinet Light Tan - 52 in Tall x 30 in Wide x 18 in Depth (1 of 2)',
		'imageId': '68441809',
		'alt' : '4 Drawer File Cabinet Light Tan - 52 in Tall x 30 in Wide x 18 in Depth (1 of 2)',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441807&x=151',
		'title': '4 Drawer File Cabinet Light Tan - 52 in Tall x 30 in Wide x 18 in Depth (2 of 2)',
		'imageId': '68441807',
		'alt' : '4 Drawer File Cabinet Light Tan - 52 in Tall x 30 in Wide x 18 in Depth (2 of 2)',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441808&x=151',
		'title': '4 Drawer File Cabinet Light Tan (Defective w/ Key) - 53 in Tall x 30 in Wide x 19 1/2 in Depth',
		'imageId': '68441808',
		'alt' : '4 Drawer File Cabinet Light Tan (Defective w/ Key) - 53 in Tall x 30 in Wide x 19 1/2 in Depth',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441805&x=151',
		'title': ' 5 Drawer File Cabinet Light Gray - 67 in Tall x 42 in Wide x 19 in Depth',
		'imageId': '68441805',
		'alt' : ' 5 Drawer File Cabinet Light Gray - 67 in Tall x 42 in Wide x 19 in Depth',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441802&x=151',
		'title': 'Gray Metal Book Shelf - 42 in Tall x 36 in Wide x 13 in Depth',
		'imageId': '68441802',
		'alt' : 'Gray Metal Book Shelf - 42 in Tall x 36 in Wide x 13 in Depth',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3944114&docid=68441810&x=151',
		'title': 'Black Metal Book Shelf (one shelf not working properly) - 65 in Tall x 29 1/2 in Wide x 15 in Depth',
		'imageId': '68441810',
		'alt' : 'Black Metal Book Shelf (one shelf not working properly) - 65 in Tall x 29 1/2 in Wide x 15 in Depth',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3944114';

document.body.style.overflow = "hidden";
var closeElement = document.querySelector("#lightbox #close");
var closeLoadingElement = document.querySelector("#lightbox #closeLoading");

if (closeElement) {
	closeElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}

if (closeLoadingElement) {
	closeLoadingElement.addEventListener("click", function() {
		document.body.style.overflow = "auto";
	})
}
