var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=463174&docid=2502969&x=2854',
		'title': '',
		'imageId': '2502969',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463174&docid=2502972&x=2854',
		'title': '',
		'imageId': '2502972',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463174&docid=2502975&x=2854',
		'title': '',
		'imageId': '2502975',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463174&docid=2502978&x=2854',
		'title': '',
		'imageId': '2502978',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=463174&docid=2502982&x=2854',
		'title': '',
		'imageId': '2502982',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #463174';

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