var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905607&x=5045',
		'title': '',
		'imageId': '69905607',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905603&x=5045',
		'title': '',
		'imageId': '69905603',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905606&x=5045',
		'title': '',
		'imageId': '69905606',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905604&x=5045',
		'title': '',
		'imageId': '69905604',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905601&x=5045',
		'title': '',
		'imageId': '69905601',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905605&x=5045',
		'title': '',
		'imageId': '69905605',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905602&x=5045',
		'title': '',
		'imageId': '69905602',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007805&docid=69905608&x=5045',
		'title': '',
		'imageId': '69905608',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4007805';

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