var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071507&x=511',
		'title': 'Aerial Front-View',
		'imageId': '70071507',
		'alt' : 'Aerial Front-View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071508&x=511',
		'title': 'Left-Side View',
		'imageId': '70071508',
		'alt' : 'Left-Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071512&x=511',
		'title': 'Back-Side View',
		'imageId': '70071512',
		'alt' : 'Back-Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071522&x=511',
		'title': 'Right-Side View',
		'imageId': '70071522',
		'alt' : 'Right-Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071509&x=511',
		'title': 'Top Port View',
		'imageId': '70071509',
		'alt' : 'Top Port View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071510&x=511',
		'title': 'Back Plate View',
		'imageId': '70071510',
		'alt' : 'Back Plate View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071533&x=511',
		'title': 'Low Front View',
		'imageId': '70071533',
		'alt' : 'Low Front View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4014769&docid=70071538&x=511',
		'title': '',
		'imageId': '70071538',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4014769';

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