.enlargecaption{
position: absolute;
border:none;
font-size:8pt;
font-family:Verdana;
text-decoration: none;
color:"#333399";
}

.enlargecaption a{
display:block;
background:none; /*bg color of caption*/
padding: 0px;
font-size:8pt;
font-family:Verdana;
text-decoration:none;
color:"#333399";
}

.enlargecaption a:hover{
 background: "#F0F6FD"; /*bg color of caption when mouse rolls over it*/
}

.enlargebox{
position: absolute;
border:4px solid #808080;
display:none
}

.enlargebox .title{
background:gray;
color:white;
padding: 2px 2px;
text-align: right;
font:bold 14px Arial;
}

.enlargebox .title img{
cursor:pointer;
cursor:hand;
}