var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587913&x=5846',
		'title': '',
		'imageId': '2587913',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587916&x=5846',
		'title': '',
		'imageId': '2587916',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587919&x=5846',
		'title': '',
		'imageId': '2587919',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587922&x=5846',
		'title': '',
		'imageId': '2587922',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587925&x=5846',
		'title': '',
		'imageId': '2587925',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587928&x=5846',
		'title': '',
		'imageId': '2587928',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=473505&docid=2587931&x=5846',
		'title': '',
		'imageId': '2587931',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #473505';

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