var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861354&x=2946',
		'title': '',
		'imageId': '69861354',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861360&x=2946',
		'title': '',
		'imageId': '69861360',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861366&x=2946',
		'title': '',
		'imageId': '69861366',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861369&x=2946',
		'title': '',
		'imageId': '69861369',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861372&x=2946',
		'title': '',
		'imageId': '69861372',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861375&x=2946',
		'title': '',
		'imageId': '69861375',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861378&x=2946',
		'title': '',
		'imageId': '69861378',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006123&docid=69861381&x=2946',
		'title': '',
		'imageId': '69861381',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4006123';

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