var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=908893&docid=7251977&x=4832',
		'title': '',
		'imageId': '7251977',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908893&docid=7251980&x=4832',
		'title': '',
		'imageId': '7251980',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908893&docid=7251983&x=4832',
		'title': '',
		'imageId': '7251983',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908893&docid=7251986&x=4832',
		'title': '',
		'imageId': '7251986',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908893&docid=7251990&x=4832',
		'title': '',
		'imageId': '7251990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #908893';

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