var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910478&x=2214',
		'title': '',
		'imageId': '69910478',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910474&x=2214',
		'title': '',
		'imageId': '69910474',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910477&x=2214',
		'title': '',
		'imageId': '69910477',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910476&x=2214',
		'title': '',
		'imageId': '69910476',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910480&x=2214',
		'title': '',
		'imageId': '69910480',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910475&x=2214',
		'title': '',
		'imageId': '69910475',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4007108&docid=69910479&x=2214',
		'title': '',
		'imageId': '69910479',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4007108';

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