.imagenote
{
border:solid 1px black;
position:fixed;
font-size:11px;
cursor:default;
}
.imagenote table
{
background:#EEE
}
.imagenoteicons
{
width:4em;
}
.imagenoteicons, .imagenotetitle
{
vertical-align:top;
white-space:nowrap;
color:#888;
}
.imagenoteicons a, .imagenotetitle a
{
color:#AAA;
text-decoration:none;
}
.imagenoteicons a:hover, .imagenotetitle a:hover
{
color:black;
background:white;
}
.imagenotecontent
{
text-align:center;
min-height:2em;
border:solid 1px silver;
background:white;
position:relative
}
.imagenote img
{
cursor:default;
}
.imagenoteminimized table
{
width:150px
}
.imagenoteminimized img
{
width:150px
}
.imagenoteminimized .imagenotetitle span
{
display:block;
vertical-align:top;
white-space:nowrap;
overflow:hidden;
width:100px
}
.imagenoteminimized img
{
width:100%;
height:100%
}
.imagenote .imagenotecaption
{
width:10em;
padding:0 4px;
}
.imagenoteminimized .imagenotecaption
{
display:none;
}
.imagenote .magnify
{
display:none;
}