var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729875&x=1822',
		'title': '',
		'imageId': '69729875',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729881&x=1822',
		'title': '',
		'imageId': '69729881',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729877&x=1822',
		'title': '',
		'imageId': '69729877',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729879&x=1822',
		'title': '',
		'imageId': '69729879',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729876&x=1822',
		'title': '',
		'imageId': '69729876',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729878&x=1822',
		'title': '',
		'imageId': '69729878',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000474&docid=69729880&x=1822',
		'title': '',
		'imageId': '69729880',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000474';

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