var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3696579&docid=62332257&x=336',
		'title': '',
		'imageId': '62332257',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3696579&docid=68241323&x=336',
		'title': '',
		'imageId': '68241323',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3696579&docid=68241324&x=336',
		'title': '',
		'imageId': '68241324',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3696579&docid=68241329&x=336',
		'title': '',
		'imageId': '68241329',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3696579';

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