@charset "utf-8";
/* CSS Document */
/* styling for multiple flowplayers */

/* small homepage player */
a.hpPlayer {
	
	display:block;
	width: 171px;
	
	height:144px; 
	
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
	
}

/* play button */
a.hpPlayer img {
	margin:0px;
	border:0px;
}


a.hpPlayer:hover {
	border:1px solid #000;
}

/* to accommodate NO video yet available */
a.hpNull {
	
	display:block;
	width: 171px;
	
	height:144px; 
	
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
	
}

/* play button */
a.hpNull img {
	margin:0px;
	border:0px;
}

a.hpNull:hover {
	border:1px solid #000;
}

/* larger homepage player */
a.hpPlayer-lrg {
	display:block;
	width: 320px;
	height:270px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.hpPlayer-lrg img {
	margin-top:60px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.hpPlayer-lrg:hover {
	border:1px solid #000;
}
