var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895556&x=3123',
		'title': '',
		'imageId': '69895556',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895554&x=3123',
		'title': '',
		'imageId': '69895554',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895553&x=3123',
		'title': '',
		'imageId': '69895553',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895557&x=3123',
		'title': '',
		'imageId': '69895557',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895555&x=3123',
		'title': '',
		'imageId': '69895555',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895552&x=3123',
		'title': '',
		'imageId': '69895552',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4006934&docid=69895558&x=3123',
		'title': '',
		'imageId': '69895558',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4006934';

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