var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261259&x=5013',
		'title': '',
		'imageId': '70261259',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261261&x=5013',
		'title': '',
		'imageId': '70261261',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261265&x=5013',
		'title': '',
		'imageId': '70261265',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261263&x=5013',
		'title': '',
		'imageId': '70261263',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261260&x=5013',
		'title': '',
		'imageId': '70261260',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261264&x=5013',
		'title': '',
		'imageId': '70261264',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4021406&docid=70261262&x=5013',
		'title': '',
		'imageId': '70261262',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4021406';

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