var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=475769&docid=2598537&x=3243',
		'title': '',
		'imageId': '2598537',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475769&docid=2598531&x=3243',
		'title': '',
		'imageId': '2598531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475769&docid=2598540&x=3243',
		'title': '',
		'imageId': '2598540',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475769&docid=2598534&x=3243',
		'title': '',
		'imageId': '2598534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #475769';

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