/* Start of CMSMS style sheet 'video play list' */
.playlist {
	position:relative;
	overflow:hidden;
	height:285px !important;
}
.playlist .clips {
	position:absolute;
	height:20000em;
}
.playlist, .clips {
	width:128px;
	background-color:#0099CC;
}
.clips a {
	display:block;
	background-color:#0099CC;
	padding:4px 15px 19px 15px;
	height:13px;
	width:95px;
	font-size:12px;
	border:1px outset #ccc;
	text-decoration:none;
	color:#000;
	cursor:pointer;
}
.clips a.first {
	/*border-top-width:1px;*/
}
.clips a.playing, .clips a.paused, .clips a.progress {
	background:#0099CC;
	width:95px;
	border:0;
}
.clips a.progress {
	opacity:0.6;
}
.clips a.paused {
	background-position:0 0;
}
.clips a span {
	display:block;
	font-size:11px;
	color:#666;
}
.clips a em {
	font-style:normal;
	color:#f00;
}
.clips a:hover {
	background-color:#0099CC;
}
.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	background-color:transparent !important;
} /*}}}*/   /*{{{ petrol colored */
.clips.petrol a {
	background-color:#669900;
	color:#fff;
	border:1px outset #669900;
}
.clips.petrol a.playing, .clips.petrol a.paused, .clips.petrol a.progress {
	background:#0099CC;
	border:0;
}
.clips.petrol a.paused {
	background-position:0 0;
}
.clips.petrol a span {
	color:#aaa;
}
.clips.petrol a em {
	color:#CBE5FF;
}
.clips.petrol a:hover {
	background-color:#0099CC;
}
.clips.petrol a.playing:hover, .clips.petrol a.paused:hover, .clips.petrol a.progress:hover {
	background-color:transparent !important;
} /*}}}*/ /* container has a background image */
a.player {
	display:block;
	width:545px;
	height:300px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:#000;
	background:#669900;
}
a.player:hover {
	background:#0099CC;
} /* splash image */
a.player img {
	margin-top:135px;
	border:0;
}
a.player {
	margin-top:0px;
}

/* End of 'video play list' */

