var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862726&x=1234',
		'title': '',
		'imageId': '68862726',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862727&x=1234',
		'title': '',
		'imageId': '68862727',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862728&x=1234',
		'title': '',
		'imageId': '68862728',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862729&x=1234',
		'title': '',
		'imageId': '68862729',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862730&x=1234',
		'title': '',
		'imageId': '68862730',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862731&x=1234',
		'title': '',
		'imageId': '68862731',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862732&x=1234',
		'title': '',
		'imageId': '68862732',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862733&x=1234',
		'title': '',
		'imageId': '68862733',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962334&docid=68862734&x=1234',
		'title': '',
		'imageId': '68862734',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3962334';

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