div.image-wrapper
{
	float: left;
	margin: 4px 12px 0 0;
	position: relative;
}

div.image
{
	display: inline;
	margin-right: 0px;
	border: 0px;
}

div.image img
{
	display: block;
}


a.magnifier
{
	background: url(/images/magnifier.gif) no-repeat scroll right bottom;
	display: block;
	height: 21px;
	top: -21px;
	width: 21px;
	right: 0px;
	float: none;
	position: absolute;
}

div.magnifier-wrapper
{
	padding:0pt;
	margin:0pt;
	line-height:0pt;
	font-size:0pt;
	display: block;
	position: absolute;
	margin-bottom: -21px;
	width: 100%;
	height: 100%;
}

div.mi-wrapper
{
/*	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;*/
	left: 0;
	position: absolute;
	top: 0;
}

div.mi-wrapper img
{
	display: block;
}

div.mi-wrapper a
{
	background: url(/images/image-close.gif) no-repeat;
	display: none; /* set to block by js */
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 19px;
	height: 21px;
}
.clearfix
{
	min-height: 1%;
	height: 1%;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

div.image-wrapper p.caption
{
	white-space: normal;
}
