var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890920&x=5516',
		'title': '',
		'imageId': '67890920',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890918&x=5516',
		'title': '',
		'imageId': '67890918',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890917&x=5516',
		'title': '',
		'imageId': '67890917',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890922&x=5516',
		'title': '',
		'imageId': '67890922',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890916&x=5516',
		'title': '',
		'imageId': '67890916',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890921&x=5516',
		'title': '',
		'imageId': '67890921',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890919&x=5516',
		'title': '',
		'imageId': '67890919',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3919237&docid=67890915&x=5516',
		'title': '',
		'imageId': '67890915',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3919237';

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