var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074791&x=5846',
		'title': '',
		'imageId': '70074791',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074790&x=5846',
		'title': '',
		'imageId': '70074790',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074794&x=5846',
		'title': '',
		'imageId': '70074794',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074795&x=5846',
		'title': '',
		'imageId': '70074795',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074793&x=5846',
		'title': '',
		'imageId': '70074793',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074802&x=5846',
		'title': '',
		'imageId': '70074802',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074805&x=5846',
		'title': '',
		'imageId': '70074805',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014930&docid=70074792&x=5846',
		'title': '',
		'imageId': '70074792',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4014930';

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