var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473887&docid=1234052&x=3242',
		'title': '',
		'imageId': '1234052',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473887&docid=1234053&x=3242',
		'title': '',
		'imageId': '1234053',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473887&docid=1234054&x=3242',
		'title': '',
		'imageId': '1234054',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473887&docid=1234055&x=3242',
		'title': '',
		'imageId': '1234055',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473887&docid=1234056&x=3242',
		'title': '',
		'imageId': '1234056',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473887';

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