var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823624&x=3242',
		'title': '',
		'imageId': '69823624',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823619&x=3242',
		'title': '',
		'imageId': '69823619',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823623&x=3242',
		'title': '',
		'imageId': '69823623',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823620&x=3242',
		'title': '',
		'imageId': '69823620',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823621&x=3242',
		'title': '',
		'imageId': '69823621',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823618&x=3242',
		'title': '',
		'imageId': '69823618',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3995000&docid=69823622&x=3242',
		'title': '',
		'imageId': '69823622',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3995000';

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