var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823678&x=2036',
		'title': '',
		'imageId': '69823678',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823677&x=2036',
		'title': '',
		'imageId': '69823677',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823675&x=2036',
		'title': '',
		'imageId': '69823675',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823680&x=2036',
		'title': '',
		'imageId': '69823680',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823681&x=2036',
		'title': '',
		'imageId': '69823681',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823676&x=2036',
		'title': '',
		'imageId': '69823676',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995002&docid=69823679&x=2036',
		'title': '',
		'imageId': '69823679',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3995002';

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