var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766504&x=491',
		'title': '',
		'imageId': '69766504',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766501&x=491',
		'title': '',
		'imageId': '69766501',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766507&x=491',
		'title': '',
		'imageId': '69766507',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766502&x=491',
		'title': '',
		'imageId': '69766502',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766503&x=491',
		'title': '',
		'imageId': '69766503',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766505&x=491',
		'title': '',
		'imageId': '69766505',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766500&x=491',
		'title': '',
		'imageId': '69766500',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4002089&docid=69766506&x=491',
		'title': '',
		'imageId': '69766506',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4002089';

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