/* Flowplayer CSS */

a.player {
	margin-top:40px;
	display:block;
	width:350px;
	height:250px;
	padding:0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-image: url(../media/flowplayer/splash_sm_start.png);
	background-repeat: no-repeat;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 350px;
	height:250px;
	text-align:center;
	float:none;
	border:1px solid #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

/* play button */
a.myPlayer img {
	margin-top:0px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}

