var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=472978&docid=2512404&x=328',
		'title': '',
		'imageId': '2512404',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472978&docid=2512407&x=328',
		'title': '',
		'imageId': '2512407',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=472978&docid=2512410&x=328',
		'title': '',
		'imageId': '2512410',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #472978';

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