var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3898260&docid=63601509&x=13',
		'title': '',
		'imageId': '63601509',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3898260&docid=63601510&x=13',
		'title': '',
		'imageId': '63601510',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3898260&docid=63601512&x=13',
		'title': '',
		'imageId': '63601512',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3898260';

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