var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968129&x=4444',
		'title': '',
		'imageId': '69968129',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968133&x=4444',
		'title': '',
		'imageId': '69968133',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968130&x=4444',
		'title': '',
		'imageId': '69968130',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968131&x=4444',
		'title': '',
		'imageId': '69968131',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968132&x=4444',
		'title': '',
		'imageId': '69968132',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968127&x=4444',
		'title': '',
		'imageId': '69968127',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010361&docid=69968128&x=4444',
		'title': '',
		'imageId': '69968128',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010361';

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