var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851061&x=2053',
		'title': '',
		'imageId': '69851061',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851066&x=2053',
		'title': '',
		'imageId': '69851066',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851063&x=2053',
		'title': '',
		'imageId': '69851063',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851065&x=2053',
		'title': '',
		'imageId': '69851065',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851060&x=2053',
		'title': '',
		'imageId': '69851060',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851064&x=2053',
		'title': '',
		'imageId': '69851064',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851067&x=2053',
		'title': '',
		'imageId': '69851067',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010494&docid=69851062&x=2053',
		'title': '',
		'imageId': '69851062',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010494';

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