var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966494&x=2925',
		'title': '',
		'imageId': '69966494',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966499&x=2925',
		'title': '',
		'imageId': '69966499',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966496&x=2925',
		'title': '',
		'imageId': '69966496',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966497&x=2925',
		'title': '',
		'imageId': '69966497',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966498&x=2925',
		'title': '',
		'imageId': '69966498',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966500&x=2925',
		'title': '',
		'imageId': '69966500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966501&x=2925',
		'title': '',
		'imageId': '69966501',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010220&docid=69966502&x=2925',
		'title': '',
		'imageId': '69966502',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010220';

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