var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=179530&docid=626045&x=2234',
		'title': '',
		'imageId': '626045',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179530&docid=626046&x=2234',
		'title': '',
		'imageId': '626046',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179530&docid=626047&x=2234',
		'title': '',
		'imageId': '626047',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179530&docid=626048&x=2234',
		'title': '',
		'imageId': '626048',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=179530&docid=626049&x=2234',
		'title': '',
		'imageId': '626049',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #179530';

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