var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3871115&docid=66673921&x=3843',
		'title': '',
		'imageId': '66673921',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3871115&docid=66673918&x=3843',
		'title': '',
		'imageId': '66673918',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3871115&docid=66673919&x=3843',
		'title': '',
		'imageId': '66673919',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3871115&docid=66673920&x=3843',
		'title': '',
		'imageId': '66673920',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3871115';

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