var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476778&docid=2607118&x=4136',
		'title': '',
		'imageId': '2607118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476778&docid=2607122&x=4136',
		'title': '',
		'imageId': '2607122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476778&docid=2607142&x=4136',
		'title': '',
		'imageId': '2607142',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476778&docid=2607169&x=4136',
		'title': '',
		'imageId': '2607169',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476778&docid=2607175&x=4136',
		'title': '',
		'imageId': '2607175',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476778';

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