var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724689&x=2950',
		'title': '',
		'imageId': '69724689',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724692&x=2950',
		'title': '',
		'imageId': '69724692',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724695&x=2950',
		'title': '',
		'imageId': '69724695',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724701&x=2950',
		'title': '',
		'imageId': '69724701',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724704&x=2950',
		'title': '',
		'imageId': '69724704',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724758&x=2950',
		'title': '',
		'imageId': '69724758',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000381&docid=69724761&x=2950',
		'title': '',
		'imageId': '69724761',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000381';

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