@charset "utf-8";
/* CSS Document */
div.popupContainer {
	min-width:300px;
	min-height:200px;
}
.imgBox {
	float:right;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	border:0;
	width:175px;
}
.imgBox img {
	border:0;
}
.imgBox label {
	font-size:85%;
	padding-top:4px;
}
div.imgCaption {
	float:left;
	width:48%;
	padding-left:10px;
}
div.images 
{clear:both;}
div.images img {float:left; border:0; height:90px; margin:5px; padding:0;}
