var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4028947&docid=70427118&x=1953',
		'title': '',
		'imageId': '70427118',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028947&docid=70427122&x=1953',
		'title': '',
		'imageId': '70427122',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028947&docid=70427119&x=1953',
		'title': '',
		'imageId': '70427119',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028947&docid=70427121&x=1953',
		'title': '',
		'imageId': '70427121',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4028947&docid=70427120&x=1953',
		'title': '',
		'imageId': '70427120',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4028947';

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