var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179591&docid=626891&x=4340',
		'title': '',
		'imageId': '626891',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179591&docid=626892&x=4340',
		'title': '',
		'imageId': '626892',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179591&docid=626893&x=4340',
		'title': '',
		'imageId': '626893',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179591&docid=626894&x=4340',
		'title': '',
		'imageId': '626894',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179591&docid=626895&x=4340',
		'title': '',
		'imageId': '626895',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179591';

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