var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3989317&docid=69476836&x=4618',
		'title': '',
		'imageId': '69476836',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3989317&docid=69476834&x=4618',
		'title': '',
		'imageId': '69476834',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3989317&docid=69476835&x=4618',
		'title': '',
		'imageId': '69476835',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3989317&docid=69476837&x=4618',
		'title': '',
		'imageId': '69476837',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3989317&docid=69476838&x=4618',
		'title': '',
		'imageId': '69476838',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3989317';

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