var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467832&docid=2543001&x=311',
		'title': '',
		'imageId': '2543001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467832&docid=2543006&x=311',
		'title': '',
		'imageId': '2543006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467832&docid=2543010&x=311',
		'title': '',
		'imageId': '2543010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467832&docid=2543014&x=311',
		'title': '',
		'imageId': '2543014',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467832&docid=2543017&x=311',
		'title': '',
		'imageId': '2543017',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467832';

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