var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768536&x=021',
		'title': '',
		'imageId': '67768536',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768534&x=021',
		'title': '',
		'imageId': '67768534',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768532&x=021',
		'title': '',
		'imageId': '67768532',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768535&x=021',
		'title': '',
		'imageId': '67768535',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768533&x=021',
		'title': '',
		'imageId': '67768533',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768537&x=021',
		'title': '',
		'imageId': '67768537',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768531&x=021',
		'title': '',
		'imageId': '67768531',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3915011&docid=67768530&x=021',
		'title': '',
		'imageId': '67768530',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3915011';

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