var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=910930&docid=7262722&x=1056',
		'title': '',
		'imageId': '7262722',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=910930&docid=7262725&x=1056',
		'title': '',
		'imageId': '7262725',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=910930&docid=7262728&x=1056',
		'title': '',
		'imageId': '7262728',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=910930&docid=7262731&x=1056',
		'title': '',
		'imageId': '7262731',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=910930&docid=7262737&x=1056',
		'title': '',
		'imageId': '7262737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #910930';

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