.orig-box {
	float:right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: solid 1px #cccccc;
  min-width:250px;
  max-width:60%;
}

.orig-box img {
	width: 100%;
	height: auto;
  display: block;
  margin-bottom: 5px;
}

.orig-box ul, .orig-box p {
	list-style-type:none;
	float: right;
  margin: 0
}

.orig-box ul li {
	float: left;
  padding:0 0 0 2px;
  background:none;
}

.orig-box ul li img {
	width: 24px;
	height: 24px;
}