var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=475844&docid=2598906&x=3239',
		'title': '',
		'imageId': '2598906',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475844&docid=2598909&x=3239',
		'title': '',
		'imageId': '2598909',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475844&docid=2598912&x=3239',
		'title': '',
		'imageId': '2598912',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475844&docid=2598915&x=3239',
		'title': '',
		'imageId': '2598915',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475844&docid=2598918&x=3239',
		'title': '',
		'imageId': '2598918',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #475844';

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