var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3834487&docid=65760240&x=238',
		'title': '',
		'imageId': '65760240',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3834487&docid=65760239&x=238',
		'title': '',
		'imageId': '65760239',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3834487&docid=65760241&x=238',
		'title': '',
		'imageId': '65760241',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3834487';

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