
/* styling of the container. */ 
a.myPlayer {     
	display:block;     
	width: 320px;     
	height:240px;      
	text-align:center;     
	margin:0 15px 15px 0;     
	float:left;     
	border:1px solid #999; 
}  

/* play button */ 
a.myPlayer img {     
	margin-top:70px;     
	border:0px; 
}
  
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {     
	border:1px solid #000; 
}

/* styling of the container. */ 
a.myPlayer2 {     
	display:block;     
	width: 320px;     
	height:240px;      
	text-align:center;     
	margin:0 15px 15px 0;     
	float:left;     
	border: none; 
}  

/* play button */ 
a.myPlayer2 img {
	margin-top:70px;     
	border:0px; 
}
  
/* when container is hovered we alter the border color */ 
a.myPlayer2:hover {     
	border:1px solid #000; 
}

/* container has a background image */
div.row a.player {	
	display:block;
	width:190px;
	height:150px;
	padding:0;	
	text-align:center;
	float:left;
	margin:0 20px 0 0;
}
 
/* splash image */
div.row a.player img {
	margin-top:55px;
	border:0;	
}

/* "row" contains video and "lorem ipsum" text */
div.row  {
	clear:both;	
	width:700px;
	border:1px solid #ddd;
	margin:30px;
	padding:20px;
	font:12px "bitstream vera sans","lucida grande", verdana;
	color:#666;
	background-color:#efefef;
}