var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181823&x=2015',
		'title': '',
		'imageId': '70181823',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181824&x=2015',
		'title': '',
		'imageId': '70181824',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181827&x=2015',
		'title': '',
		'imageId': '70181827',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181822&x=2015',
		'title': '',
		'imageId': '70181822',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181825&x=2015',
		'title': '',
		'imageId': '70181825',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181826&x=2015',
		'title': '',
		'imageId': '70181826',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4018081&docid=70181828&x=2015',
		'title': '',
		'imageId': '70181828',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4018081';

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