var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67594023&x=1941',
		'title': '200 100 PN',
		'imageId': '67594023',
		'alt' : '200 100 PN',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67594027&x=1941',
		'title': '',
		'imageId': '67594027',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593976&x=1941',
		'title': '200 101 PN',
		'imageId': '67593976',
		'alt' : '200 101 PN',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593979&x=1941',
		'title': '',
		'imageId': '67593979',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593986&x=1941',
		'title': '200 103 PN',
		'imageId': '67593986',
		'alt' : '200 103 PN',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593990&x=1941',
		'title': '',
		'imageId': '67593990',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593994&x=1941',
		'title': '200 104 PN',
		'imageId': '67593994',
		'alt' : '200 104 PN',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3908231&docid=67593997&x=1941',
		'title': '',
		'imageId': '67593997',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3908231';

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