var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070951&x=510',
		'title': '',
		'imageId': '70070951',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070948&x=510',
		'title': '',
		'imageId': '70070948',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070955&x=510',
		'title': 'Right Side View',
		'imageId': '70070955',
		'alt' : 'Right Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070952&x=510',
		'title': 'Left Side View',
		'imageId': '70070952',
		'alt' : 'Left Side View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070954&x=510',
		'title': 'Back View',
		'imageId': '70070954',
		'alt' : 'Back View',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070956&x=510',
		'title': '',
		'imageId': '70070956',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4004850&docid=70070953&x=510',
		'title': '',
		'imageId': '70070953',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4004850';

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