var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=906364&docid=7191302&x=4412',
		'title': '',
		'imageId': '7191302',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=906364&docid=7191305&x=4412',
		'title': '',
		'imageId': '7191305',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=906364&docid=7191308&x=4412',
		'title': '',
		'imageId': '7191308',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=906364&docid=7191311&x=4412',
		'title': '',
		'imageId': '7191311',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=906364&docid=7191314&x=4412',
		'title': '',
		'imageId': '7191314',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #906364';

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