var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973253&x=2425',
		'title': '',
		'imageId': '69973253',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973256&x=2425',
		'title': '',
		'imageId': '69973256',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973259&x=2425',
		'title': '',
		'imageId': '69973259',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973262&x=2425',
		'title': '',
		'imageId': '69973262',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973265&x=2425',
		'title': '',
		'imageId': '69973265',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973268&x=2425',
		'title': '',
		'imageId': '69973268',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973271&x=2425',
		'title': '',
		'imageId': '69973271',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010581&docid=69973274&x=2425',
		'title': '',
		'imageId': '69973274',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010581';

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