#video{
	display:inline;
	width:441px;
	height:298px;
	float:left;
	background:rgb(241,239,234);
	border:1px solid rgb(209,209,209);
}
#clips{
	display:inline;
	width:207px;
	height:300px;
	float:left;
	background:rgb(241,239,234);
	margin:0 0 0 10px;
}
#clips h4{
	display:block;
	background:#AC261B;
	padding:10px;
	color:white;
	font-size:1.1em;
	line-height:1.3em;
}
#clips ul{
	padding:20px 0 20px 0;
}
#clips li{
	width:auto;
	background-image:url(/_images/bullet-red-arrow.png);
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	padding:0 0 10px 20px;
}
#clips li a{
	cursor:pointer;
	color:rgb(51,51,51)
}
#clips li a.current{
	color:rgb(172,38,27);
}