var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625576&x=5822',
		'title': '',
		'imageId': '625576',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625577&x=5822',
		'title': '',
		'imageId': '625577',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625578&x=5822',
		'title': '',
		'imageId': '625578',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625579&x=5822',
		'title': '',
		'imageId': '625579',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625580&x=5822',
		'title': '',
		'imageId': '625580',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625581&x=5822',
		'title': '',
		'imageId': '625581',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179494&docid=625582&x=5822',
		'title': '',
		'imageId': '625582',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179494';

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