var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743326&x=2618',
		'title': '',
		'imageId': '69743326',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743323&x=2618',
		'title': '',
		'imageId': '69743323',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743324&x=2618',
		'title': '',
		'imageId': '69743324',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743327&x=2618',
		'title': '',
		'imageId': '69743327',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743321&x=2618',
		'title': '',
		'imageId': '69743321',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743328&x=2618',
		'title': '',
		'imageId': '69743328',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743322&x=2618',
		'title': '',
		'imageId': '69743322',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4001191&docid=69743325&x=2618',
		'title': '',
		'imageId': '69743325',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4001191';

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