var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=448823&docid=2552737&x=3328',
		'title': '',
		'imageId': '2552737',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=448823&docid=2552734&x=3328',
		'title': '',
		'imageId': '2552734',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=448823&docid=2552740&x=3328',
		'title': '',
		'imageId': '2552740',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #448823';

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