h3.videotitle {
	text-align: left;
	color: #FFF;
}

div.content {
	position: relative;
}

div.content #flashcontent {
	display: block;
	width: 346px;
	height: 217px;
	padding: 5px 5px 0 5px;
	background: #1E1E1E;
	float: left;
	z-index:1;
}

#playlist {
	height: 223px;
	overflow: hidden;
	position: relative;
	width: 325px;
	padding: 0 7px;
	background: #1E1E1E;
}

.clips {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.clips a {
	display: block;
	width: 327px;
	height: 58px;
	background: #3D3D3D;
	text-decoration: none;
	text-align: left;
	margin: 4px;
	padding: 4px 0 5px 0;
	border: 2px solid #1E1E1E;
}

.clips a img {
	border: none;
	vertical-align: text-top;
	padding: 0 10px;
	float: left;
	clear:left;
}

.clips h2 {
	margin: 0;
}

.clips h2,
.clips span {
	font: 12px/1.5 Arial;
	color: #FFF;		
}

.clips span {
	display: inline-block;
	text-transform: uppercase;
}

.clips a:hover {
	background: #1E1E1E;
}
.clips a:active,
.clips a.playing {
	background: #EAA540;
	border: 2px solid #1E1E1E
}

.clips a.paused {
	border-right: 2px solid #EAA540;
	border-left: 2px solid #EAA540;
}

a.scroll {
	position: absolute;
	display: block;
	width: 325px;
	z-index: 10;
	line-height: 35px;
	left: 0;
	right: 0;
	width: 100%;
	text-indent: -1000em;
	cursor: pointer;
	color: #EAA540;
}

a.top {
	top: 0;
}

a.down {
	bottom: 0;
}

a.scroll:hover{
	cursor: pointer;
}