var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467839&docid=2542657&x=328',
		'title': '',
		'imageId': '2542657',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467839&docid=2542660&x=328',
		'title': '',
		'imageId': '2542660',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467839&docid=2542663&x=328',
		'title': '',
		'imageId': '2542663',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467839&docid=2542667&x=328',
		'title': '',
		'imageId': '2542667',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467839&docid=2542670&x=328',
		'title': '',
		'imageId': '2542670',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467839';

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