var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3983514&docid=69339795&x=4532',
		'title': '',
		'imageId': '69339795',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983514&docid=69339797&x=4532',
		'title': '',
		'imageId': '69339797',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983514&docid=69339796&x=4532',
		'title': 'Wire harness for tailgate.',
		'imageId': '69339796',
		'alt' : 'Wire harness for tailgate.',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3983514';

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