a.flowplayer {	
	display:block;
	background:#000 url(../images/htss-logo.jpg) no-repeat center;
	width:321px;
	height:250px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin:0 0 10px;
}

/* splash image */
a.flowplayer img {
	margin-top:180px;
	border:0;	
}

#flowplaylist {
	height:120px;
	width:270px;
	position:relative;
	overflow:hidden;
	float:left;
	margin:0 5px;
}

#flowplaylist .flowplayer-entries {
	height:120px;
	position:absolute;
	width:10000em;
}

#flowplaylist .flowplayer-entries a {
	/*background:transparent url(/img/playlist/entry.png) no-repeat scroll 0%;*/
	color:#fff;
	float:left;
	height:120px;
	margin:0px 5px;
	text-decoration:none;
	width:125px;
	font-size:14px;
}

#flowplaylist .flowplayer-entries a img {
	border:#4e4e4e 5px solid;
	display:block;
	margin:0 0 3px;
}
#flowplaylist .flowplayer-entries a:hover {
	background-position:-140px 0;
}

#flowplaylist .flowplayer-entries a.playing img {
	border:#636363 5px solid;
	color:#000;
}

#flowplaylist .flowplayer-entries a.playing {
	background:url(../images/flowplayer/nav-play-pause.gif) no-repeat right 95px;
}
#flowplaylist .flowplayer-entries a.paused {
	color:#fff;
	background:url(../images/flowplayer/nav-play-pause.gif) no-repeat left 95px;
}
#flowplaylist .flowplayer-entries a.paused img {
	border:#636363 5px solid;
}
#flowplaylist .flowplayer-entries a.progress img {
	opacity:0.5
}

a.flowplayer-nextpage, a.flowplayer-prevpage {
	display:block;
	width:20px;
	height:90px;
	background:url(../images/flowplayer/nav-mini.gif) no-repeat left top;
	float:left;
	text-indent:-1000px;
	overflow:hidden;
}
a.flowplayer-nextpage {
	background:url(../images/flowplayer/nav-mini.gif) no-repeat right top;
}
a.flowplayer-nextpage:hover {
	background:url(../images/flowplayer/nav-mini.gif) no-repeat right -180px;
}
a.flowplayer-prevpage:hover {
	background:url(../images/flowplayer/nav-mini.gif) no-repeat left -180px;
}
a.flowplayer-nextpage.disabled {
	background:url(../images/flowplayer/nav-mini.gif) no-repeat right -90px;
}
a.flowplayer-prevpage.disabled {
	background:url(../images/flowplayer/nav-mini.gif) no-repeat left -90px;
}