﻿dl.image, dl.image dt, dl.image dd {
	display : block;
	list-style-type : none;
	}
dl.image
{
    float: right;
    border-style: none;
    margin: 0em 0em .625em .625em;
    position: relative;
}
dl.image dt a {
	cursor: default;
	}
dl.image dt a .popup {
	display: none;
	}
dl.image dt img
{
	border-left: .1em solid #bbb;
	border-right: .1em solid #ccc;
	border-top: .1em solid #aaa;
	border-bottom: .1em solid #ddd;
	color: inherit;
	padding: .1em;
	vertical-align: top;
	background: #eee;
	margin-top: .625em;
}
dl.image dd {
	font-size: .7em;
	text-align: center;
	border : none;
	color : #54606c;
	line-height: normal;
}
dl.image dt a:hover .popup {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: auto;
	height: auto;
	}
