/* styling of the container. */
div.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:5px solid #dcdcdc;
}

/* play button */
div.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
div.myPlayer:hover {
	border:5px solid #d6be18;
}

/* info area */
div.myPlayer div.info {
	height:40px;
	background:#000 url(http://flowplayer.org/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

/* duration data inside info area */
div.myPlayer div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;

