var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812696&x=2030',
		'title': '',
		'imageId': '69812696',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812701&x=2030',
		'title': '',
		'imageId': '69812701',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812702&x=2030',
		'title': '',
		'imageId': '69812702',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812698&x=2030',
		'title': '',
		'imageId': '69812698',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812699&x=2030',
		'title': '',
		'imageId': '69812699',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812695&x=2030',
		'title': '',
		'imageId': '69812695',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812697&x=2030',
		'title': '',
		'imageId': '69812697',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3994973&docid=69812700&x=2030',
		'title': '',
		'imageId': '69812700',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3994973';

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