var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=477094&docid=2616511&x=3327',
		'title': '',
		'imageId': '2616511',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477094&docid=2616508&x=3327',
		'title': '',
		'imageId': '2616508',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477094&docid=2616514&x=3327',
		'title': '',
		'imageId': '2616514',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477094&docid=2616517&x=3327',
		'title': '',
		'imageId': '2616517',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=477094&docid=2616520&x=3327',
		'title': '',
		'imageId': '2616520',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #477094';

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