var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971667&x=5432',
		'title': '',
		'imageId': '69971667',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971670&x=5432',
		'title': '',
		'imageId': '69971670',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971672&x=5432',
		'title': '',
		'imageId': '69971672',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971666&x=5432',
		'title': '',
		'imageId': '69971666',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971668&x=5432',
		'title': '',
		'imageId': '69971668',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971669&x=5432',
		'title': '',
		'imageId': '69971669',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971665&x=5432',
		'title': '',
		'imageId': '69971665',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010509&docid=69971671&x=5432',
		'title': '',
		'imageId': '69971671',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010509';

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