var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476387&docid=2602819&x=422',
		'title': '',
		'imageId': '2602819',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476387&docid=2602816&x=422',
		'title': '',
		'imageId': '2602816',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476387&docid=2602827&x=422',
		'title': '',
		'imageId': '2602827',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476387&docid=2602832&x=422',
		'title': '',
		'imageId': '2602832',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476387&docid=2602823&x=422',
		'title': '',
		'imageId': '2602823',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476387';

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