/* flowplayer */
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 352px;
	height: 282px;
	text-align:center;
	margin:2.0px 2.0px 2.0px 2.0px;
	float:left;
	border:0em solid #999999;
}
/* play button */
a.myPlayer img {
	margin-top:0.0em;
	border:0.0em;
	position:relative;
	width:35.0em;
	height:25.0em;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:0.1em solid #33FF33;
}

/* ------ End Flowplayer ------*/