var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=476111&docid=2600337&x=3117',
		'title': '',
		'imageId': '2600337',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476111&docid=2600340&x=3117',
		'title': '',
		'imageId': '2600340',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476111&docid=2600345&x=3117',
		'title': '',
		'imageId': '2600345',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476111&docid=2600351&x=3117',
		'title': '',
		'imageId': '2600351',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=476111&docid=2600348&x=3117',
		'title': '',
		'imageId': '2600348',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #476111';

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