/* styling of the container. */ 
a.myPlayer {
	display: block;
	text-align: center;
	margin: 0 0px 0px 0;
	border: 0px solid #000;
	vertical-align: middle;
	background-repeat: no-repeat;
}
 
/* play button */ 
a.myPlayer img {
	border: 0px;
	background: url(play.png) no-repeat center;
	width: 99%;
	height: 99%;
}
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border: 0px solid #000; 
}
div.myPlayer {
	text-align: center;
}

/* player options */

div.player-opt {
	height: 20px;
	font: small-caps 11px Georgia, Arial, Verdana;
	color: #747474;
	text-decoration: none;
}
a.player-opt:link, a.player-opt:visited {
	font: small-caps bold 11px Georgia, Arial, Verdana;
	color: #9AB7DB;
	text-decoration: none;
}
a.player-opt:active, a.player-opt:hover { color: white; text-decoration: none; }
