href:”#”,
autoHide:true,
hideSecond:10,
position: “top”,
top:20,
bottom:20,
layout:”left”,
width:100,
height:100,
opacity:0.5,
setPosition:function(left, top){
return;
}
},options || {});
if(settings.src && settings.closeSrc){
var imgEl = “<a href='” + settings.href + “‘ target=’_blank’><img border=0 width='” + settings.width + “px’ height='” + settings.height + “px’ src='” + settings.src + “‘/> <br></a>”;
var closeImgEl = “<a href=”#”; onclick=”this.parentElement.style.visibility=’hidden’”><img border=0 src='” + settings.closeSrc +”‘/></a>”;
$(this).append(imgEl + closeImgEl);
$(this).css(“position”,”absolute”);
if(settings.position==’top’){










