var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467826&docid=2542698&x=3211',
		'title': '',
		'imageId': '2542698',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467826&docid=2542702&x=3211',
		'title': '',
		'imageId': '2542702',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467826&docid=2542705&x=3211',
		'title': '',
		'imageId': '2542705',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467826&docid=2542711&x=3211',
		'title': '',
		'imageId': '2542711',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467826&docid=2542716&x=3211',
		'title': '',
		'imageId': '2542716',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467826';

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