var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598209&x=3340',
		'title': '',
		'imageId': '2598209',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598219&x=3340',
		'title': '',
		'imageId': '2598219',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598227&x=3340',
		'title': '',
		'imageId': '2598227',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598230&x=3340',
		'title': '',
		'imageId': '2598230',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598206&x=3340',
		'title': '',
		'imageId': '2598206',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598233&x=3340',
		'title': '',
		'imageId': '2598233',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=475745&docid=2598236&x=3340',
		'title': '',
		'imageId': '2598236',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #475745';

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