var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=908889&docid=7251549&x=1927',
		'title': '',
		'imageId': '7251549',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908889&docid=7251556&x=1927',
		'title': '',
		'imageId': '7251556',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908889&docid=7251565&x=1927',
		'title': '',
		'imageId': '7251565',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908889&docid=7251571&x=1927',
		'title': '',
		'imageId': '7251571',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=908889&docid=7251582&x=1927',
		'title': '',
		'imageId': '7251582',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #908889';

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