var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473690&docid=2590006&x=4031',
		'title': '',
		'imageId': '2590006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473690&docid=2590010&x=4031',
		'title': '',
		'imageId': '2590010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473690&docid=2590016&x=4031',
		'title': '',
		'imageId': '2590016',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473690&docid=2590022&x=4031',
		'title': '',
		'imageId': '2590022',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473690';

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