			.vbb {
				border: solid 1px #ddd;
				background-color: #eee;
				width: 208px;
				float: left;
			}
			.vbb .wrp {
				padding: 4px;
			}
			.vbb .tit {
				height: 20px;
				color: #820000;
				font-weight: bold;
				font-size: 10pt;
				overflow: hidden;
				white-space: nowrap;
				padding-left: 25px;
				margin-bottom: 2px;
			}
			.vbb .tit-video {
				background-image: url('../images/icon_movie.png');
				background-repeat: no-repeat;
			}
			.vbb .tit-imageset {
				background-image: url('../images/icon_imageset.png');
				background-repeat: no-repeat;
			}
			.vbb .img {
				background-color: black;
				display: block;
				background-position: 50% 50%;
			}
			.vbb .inf {
				/* margin-top: 5px;*/
				/*height: 55px;*/
				font-size: 9pt;
			}
			.vbb .inf label {
				color: #555;
				font-size: 7.5pt;
			}
			.vbb .str {
				margin-top: -1px;
				width: 75px;
				height: 15px;
				float: right;
			}
			.vbb .dur {
				margin-top: 3px;
			}
			.vbb .upl {
				margin-top: 3px;
			}
			.vbb .ama {
				margin-top: 3px;
			}
			.vbb .dsc {
				border: dotted 1px #999;
				height: 70px;
				overflow: hidden;
				padding: 3px;
				background-color: #ffffdd;
				margin-top: 3px;
				font-size: 8pt;
				font-style: italic;
			}

			.vbb .rlist {
				display: none;
			}
