.conbox {
	float: left;
	padding: 2px;
	width: 120px;
	border: dotted 1px #ddd;
	margin-right: 8px;
	margin-bottom: 10px;
}
.conbox-content {
	display: block;
	width: 120px;
	text-decoration: none;
}

.conbox-title {
	background-color: #fff;
	margin-bottom: 1px;
	display: block;
	font-size: 9pt;
	height: 16px;
	opacity: 0.85;
	overflow: hidden;
	white-space: nowrap;
}
.conbox-title-i {
	padding: 2px 2px 0px 24px;
	background-image: url('../images/icon_imageset.png');
	background-position: 0 1px;
	background-repeat: no-repeat;
}
.conbox-title-v {
	padding: 2px 2px 0px 2px;
}

.conbox-user {
	background-color: #fff;
	margin-top: 1px;
	display: block;
	height: 16px;
	padding: 2px 2px 0 2px;
	font-size: 8pt;
	overflow: hidden;
}
.conbox-publish {
	background-color: #fff;
	margin-top: 1px;
	display: block;
	height: 16px;
	padding: 2px 2px 0 2px;
	font-size: 8pt;
	text-align: center;
}
.conbox-type {
	display: block;
	width: 120px;
	background-repeat: no-repeat;
}
.conbox-type-v {
	background-image: url('../images/overlay-icon-video.png');
	height: 90px;
}
.conbox-type-i {
	/*background-image: url('../images/overlay-icon-photo.png');*/
	height: 120px;
}
.conbox-info {
	text-decoration: none;
	color: white;
	float: right;
	font-size: 8pt;
	background-color: black;
	padding: 0 2px 0 2px;
	opacity: 0.75;
}
