var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3898475&docid=66362584&x=370',
		'title': '',
		'imageId': '66362584',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3898475&docid=66362578&x=370',
		'title': '',
		'imageId': '66362578',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3898475&docid=66362581&x=370',
		'title': '',
		'imageId': '66362581',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3898475&docid=66457164&x=370',
		'title': '',
		'imageId': '66457164',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3898475';

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