var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=895741&docid=7056797&x=520',
		'title': '',
		'imageId': '7056797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=895741&docid=7056798&x=520',
		'title': '',
		'imageId': '7056798',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=895741&docid=7056796&x=520',
		'title': '',
		'imageId': '7056796',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #895741';

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