var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=467825&docid=2542782&x=3214',
		'title': '',
		'imageId': '2542782',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467825&docid=2542785&x=3214',
		'title': '',
		'imageId': '2542785',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467825&docid=2542789&x=3214',
		'title': '',
		'imageId': '2542789',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467825&docid=2542792&x=3214',
		'title': '',
		'imageId': '2542792',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=467825&docid=2542798&x=3214',
		'title': '',
		'imageId': '2542798',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #467825';

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