var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176010&x=2328',
		'title': '',
		'imageId': '70176010',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176012&x=2328',
		'title': '',
		'imageId': '70176012',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176006&x=2328',
		'title': '',
		'imageId': '70176006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176007&x=2328',
		'title': '',
		'imageId': '70176007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176005&x=2328',
		'title': '',
		'imageId': '70176005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176008&x=2328',
		'title': '',
		'imageId': '70176008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176011&x=2328',
		'title': '',
		'imageId': '70176011',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4017597&docid=70176009&x=2328',
		'title': '',
		'imageId': '70176009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4017597';

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