var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071036&x=510',
		'title': '',
		'imageId': '70071036',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071024&x=510',
		'title': '',
		'imageId': '70071024',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071026&x=510',
		'title': 'Left Side View',
		'imageId': '70071026',
		'alt' : 'Left Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071037&x=510',
		'title': 'Right Side View',
		'imageId': '70071037',
		'alt' : 'Right Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071025&x=510',
		'title': '',
		'imageId': '70071025',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004879&docid=70071038&x=510',
		'title': '',
		'imageId': '70071038',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4004879';

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