var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143100&x=2621',
		'title': '',
		'imageId': '70143100',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143101&x=2621',
		'title': '',
		'imageId': '70143101',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143102&x=2621',
		'title': '',
		'imageId': '70143102',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143103&x=2621',
		'title': '',
		'imageId': '70143103',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143105&x=2621',
		'title': '',
		'imageId': '70143105',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143106&x=2621',
		'title': '',
		'imageId': '70143106',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4012891&docid=70143104&x=2621',
		'title': '',
		'imageId': '70143104',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4012891';

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