var varArray = [
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971095&x=5546',
		'title': '',
		'imageId': '69971095',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971096&x=5546',
		'title': '',
		'imageId': '69971096',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971092&x=5546',
		'title': '',
		'imageId': '69971092',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971099&x=5546',
		'title': '',
		'imageId': '69971099',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971093&x=5546',
		'title': '',
		'imageId': '69971093',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971094&x=5546',
		'title': '',
		'imageId': '69971094',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	},
	{
		'link': '/sms/docviewer/aucdoc?auc=4010455&docid=69971098&x=5546',
		'title': '',
		'imageId': '69971098',
		'alt' : '',
		'rotation': 0,
		'orientation':''
	}
];
var title = 'Auction #4010455';

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