var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465412&x=5945',
		'title': '',
		'imageId': '69465412',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465414&x=5945',
		'title': '',
		'imageId': '69465414',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465417&x=5945',
		'title': '',
		'imageId': '69465417',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465415&x=5945',
		'title': '',
		'imageId': '69465415',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465416&x=5945',
		'title': '',
		'imageId': '69465416',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465411&x=5945',
		'title': '',
		'imageId': '69465411',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999539&docid=69465413&x=5945',
		'title': '',
		'imageId': '69465413',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3999539';

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