.hive_thumbnail_outborder{
	width: 234px;
	height: 234px;
	background-color: #101010;
	padding: 3px;
}
.hive_thumbnail{
	width: 234px;
	height: 234px;
	overflow: hidden;
	position: relative;
}
.hive_thumbnail>.hotspot{
	width: 234px;
	height: 162px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 38px;
}
.hive_thumbnail>.image_box{
	width: 234px;
	height: 234px;
	background-color: #181818;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.hive_thumbnail>.image_box>img{
	border: none;
	position: absolute;
}
.hive_thumbnail>.image_box>.hiveImage1{
	width: 115px;
	height: 115px;
	top: 0;
	left: 0;
}
.hive_thumbnail>.image_box>.hiveImage2{
	width: 115px;
	height: 115px;
	top: 0;
	right: 0;
}
.hive_thumbnail>.image_box>.hiveImage3{
	width: 115px;
	height: 115px;
	bottom: 0;
	left: 0;
}
.hive_thumbnail>.image_box>.hiveImage4{
	width: 115px;
	height: 115px;
	bottom: 0;
	right: 0;
}
.hive_thumbnail>.image_box>.hiveImageBig{
	width: 234px;
	height: 234px;
	top: 0;
	left: 0;
}
.hive_thumbnail>.title{
	width: 220px;
	height: 24px;
	padding: 7px 7px;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	z-index: 1;
	background: url('../Images/canola_thumbnail_titlebg.png');
}
.hive_thumbnail>.foot{
	width: 220px;
	height: 20px;
	padding: 7px 7px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: url('../Images/canola_thumbnail_footbg.png');
}
.hive_thumbnail>.foot>.author_image_box{
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
	background-color:  #181818;
	float: left;
	margin: 0 7px 0 0;
}
.hive_thumbnail>.foot>.author_image_box>img{
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
}
.hive_thumbnail>.foot>.author_name{
	width: 186px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	word-wrap: break-word;
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}