var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63276401&x=2925',
		'title': 'Photo from Oru Website',
		'imageId': '63276401',
		'alt' : 'Photo from Oru Website',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63263758&x=2925',
		'title': '',
		'imageId': '63263758',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63263757&x=2925',
		'title': '',
		'imageId': '63263757',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63276405&x=2925',
		'title': 'Photo from Oru Website',
		'imageId': '63276405',
		'alt' : 'Photo from Oru Website',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63276404&x=2925',
		'title': 'Photo from Oru Website',
		'imageId': '63276404',
		'alt' : 'Photo from Oru Website',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63276403&x=2925',
		'title': 'Photo from Oru Website',
		'imageId': '63276403',
		'alt' : 'Photo from Oru Website',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=3983022&docid=63276402&x=2925',
		'title': 'Photo from Oru Website',
		'imageId': '63276402',
		'alt' : 'Photo from Oru Website',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #3983022';

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