var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458855&x=2252',
		'title': '',
		'imageId': '7458855',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458858&x=2252',
		'title': '',
		'imageId': '7458858',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458862&x=2252',
		'title': '',
		'imageId': '7458862',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458865&x=2252',
		'title': '',
		'imageId': '7458865',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458869&x=2252',
		'title': '',
		'imageId': '7458869',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458872&x=2252',
		'title': '',
		'imageId': '7458872',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458875&x=2252',
		'title': '',
		'imageId': '7458875',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=929465&docid=7458878&x=2252',
		'title': '',
		'imageId': '7458878',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #929465';

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