var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922246&x=3327',
		'title': '',
		'imageId': '1922246',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922249&x=3327',
		'title': '',
		'imageId': '1922249',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922267&x=3327',
		'title': '',
		'imageId': '1922267',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922270&x=3327',
		'title': '',
		'imageId': '1922270',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922273&x=3327',
		'title': '',
		'imageId': '1922273',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=1922276&x=3327',
		'title': '',
		'imageId': '1922276',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=2573769&x=3327',
		'title': '',
		'imageId': '2573769',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473888&docid=2573772&x=3327',
		'title': '',
		'imageId': '2573772',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473888';

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