var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960943&x=3143',
		'title': '',
		'imageId': '69960943',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960939&x=3143',
		'title': '',
		'imageId': '69960939',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960940&x=3143',
		'title': '',
		'imageId': '69960940',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960944&x=3143',
		'title': '',
		'imageId': '69960944',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960941&x=3143',
		'title': '',
		'imageId': '69960941',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960946&x=3143',
		'title': '',
		'imageId': '69960946',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009945&docid=69960945&x=3143',
		'title': '',
		'imageId': '69960945',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009945';

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