var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=792174&docid=5861152&x=950',
		'title': '',
		'imageId': '5861152',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=792174&docid=5861155&x=950',
		'title': '',
		'imageId': '5861155',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=792174&docid=5861149&x=950',
		'title': '',
		'imageId': '5861149',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=792174&docid=5861158&x=950',
		'title': '',
		'imageId': '5861158',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=792174&docid=5861161&x=950',
		'title': '',
		'imageId': '5861161',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #792174';

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