var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720835&x=5350',
		'title': '',
		'imageId': '69720835',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720831&x=5350',
		'title': '',
		'imageId': '69720831',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720830&x=5350',
		'title': '',
		'imageId': '69720830',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720834&x=5350',
		'title': '',
		'imageId': '69720834',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720833&x=5350',
		'title': '',
		'imageId': '69720833',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720832&x=5350',
		'title': '',
		'imageId': '69720832',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4000300&docid=69720836&x=5350',
		'title': '',
		'imageId': '69720836',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4000300';

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