var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081112&x=2445',
		'title': '',
		'imageId': '69081112',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081115&x=2445',
		'title': '',
		'imageId': '69081115',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081119&x=2445',
		'title': '',
		'imageId': '69081119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081122&x=2445',
		'title': '',
		'imageId': '69081122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081125&x=2445',
		'title': '',
		'imageId': '69081125',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081128&x=2445',
		'title': '',
		'imageId': '69081128',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3972361&docid=69081131&x=2445',
		'title': '',
		'imageId': '69081131',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3972361';

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