.image-area
{
overflow:hidden;
position:relative;
margin:0px;
margin-right:1em;
margin-bottom:1em;
padding:2px;
text-align:center;
}

.image-area-background
{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
/*background-color:#CCCCCC;
filter:alpha(opacity=5);
opacity:0.05;
border-width:1px;
border-style:dotted;
border-color:blue;*/
}

.image-section
{
display:inline-block;
/*border-width:4px;
border-style:ridge;
border-color:navy;*/
margin-left:16px;
margin-right:16px;
margin-bottom:16px;
min-width:64px;
width:auto;
text-align: left;
}

.image-section a
{
/*text-align:center;*/
width:100%;
border-bottom:1px dotted blue;
padding-bottom: 8px;
}

.description
{
padding-top: 0.25em;
line-height: 10%;
}
