var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753507&x=4122',
		'title': '',
		'imageId': '69753507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753509&x=4122',
		'title': '',
		'imageId': '69753509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753527&x=4122',
		'title': '',
		'imageId': '69753527',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753518&x=4122',
		'title': '',
		'imageId': '69753518',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753521&x=4122',
		'title': '',
		'imageId': '69753521',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753526&x=4122',
		'title': '',
		'imageId': '69753526',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753506&x=4122',
		'title': '',
		'imageId': '69753506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001693&docid=69753508&x=4122',
		'title': '',
		'imageId': '69753508',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4001693';

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";
	})
}
