var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=67834230&x=124',
		'title': '',
		'imageId': '67834230',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=67834307&x=124',
		'title': '',
		'imageId': '67834307',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=67834231&x=124',
		'title': 'Both ends have locking latches.',
		'imageId': '67834231',
		'alt' : 'Both ends have locking latches.',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=67834229&x=124',
		'title': 'Ceiling Mounted Track',
		'imageId': '67834229',
		'alt' : 'Ceiling Mounted Track',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=67834306&x=124',
		'title': 'Hidden Hinge System',
		'imageId': '67834306',
		'alt' : 'Hidden Hinge System',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=68878030&x=124',
		'title': '',
		'imageId': '68878030',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3962913&docid=68878029&x=124',
		'title': '',
		'imageId': '68878029',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3962913';

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