var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=464682&docid=2518315&x=3243',
		'title': '',
		'imageId': '2518315',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=464682&docid=2518321&x=3243',
		'title': '',
		'imageId': '2518321',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=464682&docid=2518318&x=3243',
		'title': '',
		'imageId': '2518318',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=464682&docid=2518324&x=3243',
		'title': '',
		'imageId': '2518324',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=464682&docid=2518327&x=3243',
		'title': '',
		'imageId': '2518327',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #464682';

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