var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028240&x=2053',
		'title': '',
		'imageId': '70028240',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028241&x=2053',
		'title': '',
		'imageId': '70028241',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028234&x=2053',
		'title': '',
		'imageId': '70028234',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028239&x=2053',
		'title': '',
		'imageId': '70028239',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028235&x=2053',
		'title': '',
		'imageId': '70028235',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028237&x=2053',
		'title': '',
		'imageId': '70028237',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028238&x=2053',
		'title': '',
		'imageId': '70028238',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4013003&docid=70028236&x=2053',
		'title': '',
		'imageId': '70028236',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4013003';

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