/* ---- FLOWPLAYER ------------------------------------------- */
/* styling of the container. */ 
a.myPlayer { 
	display:block; 
	width: 320px; 
	height:265px;
	text-align:center; 
	margin:0 15px 15px 0; 
	float:both; 
	border:1px solid #999;
	margin-left: 85px; 
	text-decoration: none;
} 
 
/* play button */ 
a.myPlayer img { 
	margin-top:80px; 
	border:0px; 
} 

/* info area */
a.myPlayer p {
	margin-top: 20px;
	color: #ffC000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
	border:1px solid #000;
	text-decoration: none;
}
/* ---- FLOWPLAYER ------------------------------------------- */
