var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455231&x=4237',
		'title': 'Backside',
		'imageId': '71455231',
		'alt' : 'Backside',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455234&x=4237',
		'title': '',
		'imageId': '71455234',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455251&x=4237',
		'title': '4 feet wide',
		'imageId': '71455251',
		'alt' : '4 feet wide',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455260&x=4237',
		'title': 'Depth 25 inches',
		'imageId': '71455260',
		'alt' : 'Depth 25 inches',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455302&x=4237',
		'title': '',
		'imageId': '71455302',
		'alt' : 'Picture',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4070227&docid=71455447&x=4237',
		'title': 'Frontside',
		'imageId': '71455447',
		'alt' : 'Frontside',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4070227';

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