var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4023068&docid=70299407&x=337',
		'title': '',
		'imageId': '70299407',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023068&docid=70299404&x=337',
		'title': '',
		'imageId': '70299404',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023068&docid=70299406&x=337',
		'title': '',
		'imageId': '70299406',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023068&docid=70299405&x=337',
		'title': '',
		'imageId': '70299405',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4023068&docid=70299513&x=337',
		'title': '',
		'imageId': '70299513',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4023068';

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