var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961006&x=5825',
		'title': '',
		'imageId': '69961006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961007&x=5825',
		'title': '',
		'imageId': '69961007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961004&x=5825',
		'title': '',
		'imageId': '69961004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961005&x=5825',
		'title': '',
		'imageId': '69961005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961003&x=5825',
		'title': '',
		'imageId': '69961003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961002&x=5825',
		'title': '',
		'imageId': '69961002',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009947&docid=69961001&x=5825',
		'title': '',
		'imageId': '69961001',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009947';

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