var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924618&x=5432',
		'title': '',
		'imageId': '69924618',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924615&x=5432',
		'title': '',
		'imageId': '69924615',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924620&x=5432',
		'title': '',
		'imageId': '69924620',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924621&x=5432',
		'title': '',
		'imageId': '69924621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924617&x=5432',
		'title': '',
		'imageId': '69924617',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924616&x=5432',
		'title': '',
		'imageId': '69924616',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4008545&docid=69924614&x=5432',
		'title': '',
		'imageId': '69924614',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4008545';

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