div.video-intro {
	display:block;
	margin:20px 74px 20px 15px;
	width:555px;
}
#video-outerwrapper {
	display:block;
	width:640px;
	height:275px;
	overflow:hidden;
	position:relative;
	z-index: 5;
}
#video-innerwrapper {
	position: absolute;
	top: 0;
	left: 0;
}
a.player {
	background:url("/images/videoplayer/splash.gif") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	height:267px;
	left:206px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	text-decoration:none;
	top:0;
	width:428px;
	z-index:10;
}
a.player img {
	border:0 none;
	left:195px; /* (a.player width - 44) / 2 */
	position:absolute;
	top:98px; /* (a.player height - 44) / 2 */
}
div.playlist {
	position:relative;
	overflow:hidden;
	background: url(/images/videoplayer/bg_playlist.gif) repeat;
	height:213px !important;
}
div.playlist div.clips {
	position:absolute;
	height:20000em;
}
div.playlist, div.clips {
	width:205px;
}
div.clips a {
	background:url(/images/videoplayer/h80.gif);
	display:block;
	background-color:#fefeff;
	padding:10px;
	height:15px;
	width:185px;
	border-bottom:1px solid #c3c3c3;
	text-decoration:none;
	cursor: pointer;
}
div.clips a.first {
	border-top: 1px solid #c3c3c3
}
div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background: #D22107;
	color: #fff !important;
}
div.clips a:hover {
	background: #32373a;
	color: #fff !important;
}
div.clips a.playing span {
	color: #fff !important;
}
div.clips a.paused {
	background-position:0 0;
	color: #dedede !important;
}
div.clips a span {
	display:block;
	font-size:95%;
	width: 168px;
	height: 35px;
	color:#282828;
	line-height: 1.3em;
}
div.clips a:hover span {
	color:#fff;
}
div.clips .playing a span {color: #dedede;}
a.go {
	display:block;
	width:205px;
	height:27px;
	margin:0;
	cursor:pointer;
}
a.go.up {
	background:url(/images/videoplayer/arrow-up.gif) no-repeat 0 -27px;
}
a.go.down {
	background:url(/images/videoplayer/arrow-down.gif) no-repeat 0 -27px;
}
a.go.up:hover, a.go.down:hover {
	background-position:0px -54px;
}
a.go.disabled, a.go.disabled:hover {
	visibility: visible !important;
	background-position:0px 0px;
	cursor: auto;
}

