var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=914779&docid=7285790&x=1926',
		'title': '',
		'imageId': '7285790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914779&docid=7285794&x=1926',
		'title': '',
		'imageId': '7285794',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914779&docid=7285803&x=1926',
		'title': '',
		'imageId': '7285803',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=914779&docid=7285832&x=1926',
		'title': '',
		'imageId': '7285832',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #914779';

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