var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613920&x=2211',
		'title': '',
		'imageId': '69613920',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613925&x=2211',
		'title': '',
		'imageId': '69613925',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613923&x=2211',
		'title': '',
		'imageId': '69613923',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613922&x=2211',
		'title': '',
		'imageId': '69613922',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613924&x=2211',
		'title': '',
		'imageId': '69613924',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613919&x=2211',
		'title': '',
		'imageId': '69613919',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4009287&docid=69613921&x=2211',
		'title': '',
		'imageId': '69613921',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4009287';

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