var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=475728&docid=2598089&x=3147',
		'title': '',
		'imageId': '2598089',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475728&docid=2598094&x=3147',
		'title': '',
		'imageId': '2598094',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475728&docid=2598099&x=3147',
		'title': '',
		'imageId': '2598099',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #475728';

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