var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842244&x=3134',
		'title': '',
		'imageId': '69842244',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842247&x=3134',
		'title': '',
		'imageId': '69842247',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842238&x=3134',
		'title': '',
		'imageId': '69842238',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842243&x=3134',
		'title': '',
		'imageId': '69842243',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842245&x=3134',
		'title': '',
		'imageId': '69842245',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842236&x=3134',
		'title': '',
		'imageId': '69842236',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4005190&docid=69842242&x=3134',
		'title': '',
		'imageId': '69842242',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4005190';

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