var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290214&x=1249',
		'title': '',
		'imageId': '69290214',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290216&x=1249',
		'title': '',
		'imageId': '69290216',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290219&x=1249',
		'title': '',
		'imageId': '69290219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290218&x=1249',
		'title': '',
		'imageId': '69290218',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290213&x=1249',
		'title': '',
		'imageId': '69290213',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290217&x=1249',
		'title': '',
		'imageId': '69290217',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3981042&docid=69290215&x=1249',
		'title': '',
		'imageId': '69290215',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3981042';

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