div#videosBox {
	clear:both;
	margin-top:15px;
}
.videoPlayers {
	margin-bottom: 15px;
}
.videoPlayers .player {
	display:block;
	width:490px;
	height:310px;
}
.playlist .clips  {
	padding-top: 5px;
}
.playlist .clips a {
	display: block ;
	float: left;
	width: 410px;
	min-height: 35px;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-right: 40px;
	margin-bottom: 5px;
	background: url('play_small.png') 6px top no-repeat;
	border-bottom:1px solid #DDDDDD;
	font-size: 11px;
}
* html .playlist .clips a {
	height: 35px;
	width: 490px;
}
*+html .playlist .clips a {
	height: 1%;
	min-height: 35px;
	width: 490px;
}
.playlist .clips a.playing {
	background: url('pause_small.png') 6px top no-repeat;
}
.playlist .clips a span {
	display: block;
	color: #6C6F70;
}
