var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697004&x=2645',
		'title': '',
		'imageId': '69697004',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697008&x=2645',
		'title': '',
		'imageId': '69697008',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697006&x=2645',
		'title': '',
		'imageId': '69697006',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697003&x=2645',
		'title': '',
		'imageId': '69697003',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697007&x=2645',
		'title': '',
		'imageId': '69697007',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697009&x=2645',
		'title': '',
		'imageId': '69697009',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3999506&docid=69697005&x=2645',
		'title': '',
		'imageId': '69697005',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3999506';

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