.VideoItem {
	float: left;
	display: inline;
	width: 132px;
	height: 128px;
	padding: 12px;
	background-color: #ebebeb;
	border: solid 1px #d6d7d7;
}
.VideoItem img {
	border: 0;
	width: 130px;
	height: 90px;
	padding: 0 0 5px 0;
	margin: 0;
}
.VideoItem .VideoTitle {
	color: #656565;
	font-weight: bold;
	text-align: center;
}