var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3902992&docid=66832686&x=1824',
		'title': '',
		'imageId': '66832686',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902992&docid=66832685&x=1824',
		'title': '',
		'imageId': '66832685',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902992&docid=66832688&x=1824',
		'title': '',
		'imageId': '66832688',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902992&docid=66832689&x=1824',
		'title': '',
		'imageId': '66832689',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3902992&docid=66832687&x=1824',
		'title': '',
		'imageId': '66832687',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3902992';

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