#ytvideo {
	width:640px;
	float: left;
}
ul.demo {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.demo li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type: none;
	width: 120px;
	height:142px;
	margin:0px;
	padding:10px;
	position: relative;
	color:#000;
	float:left;
	clear:right;
}
ul.demo li:hover {
	background:url(../images/ytvideo_bgd_over.png) repeat-x bottom

}
ul.demo li img {
	height:90px;
	line-height:90px;
}
ul.demo li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	color: #000;
}
.currentvideo {
	background:url(../images/ytvideo_bgd.png) repeat-x bottom
}
