var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806876&x=4125',
		'title': '',
		'imageId': '69806876',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806875&x=4125',
		'title': '',
		'imageId': '69806875',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806878&x=4125',
		'title': '',
		'imageId': '69806878',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806873&x=4125',
		'title': '',
		'imageId': '69806873',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806877&x=4125',
		'title': '',
		'imageId': '69806877',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806879&x=4125',
		'title': '',
		'imageId': '69806879',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4003848&docid=69806874&x=4125',
		'title': '',
		'imageId': '69806874',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4003848';

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