var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964678&x=5524',
		'title': '',
		'imageId': '69964678',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964682&x=5524',
		'title': '',
		'imageId': '69964682',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964684&x=5524',
		'title': '',
		'imageId': '69964684',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964685&x=5524',
		'title': '',
		'imageId': '69964685',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964681&x=5524',
		'title': '',
		'imageId': '69964681',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964679&x=5524',
		'title': '',
		'imageId': '69964679',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964683&x=5524',
		'title': '',
		'imageId': '69964683',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010084&docid=69964680&x=5524',
		'title': '',
		'imageId': '69964680',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010084';

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