var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731002&x=4728',
		'title': '',
		'imageId': '69731002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731006&x=4728',
		'title': '',
		'imageId': '69731006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731003&x=4728',
		'title': '',
		'imageId': '69731003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731005&x=4728',
		'title': '',
		'imageId': '69731005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731008&x=4728',
		'title': '',
		'imageId': '69731008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731007&x=4728',
		'title': '',
		'imageId': '69731007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000510&docid=69731004&x=4728',
		'title': '',
		'imageId': '69731004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000510';

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