.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}
a.myPlayer {
	display:block;
	width: 300px;
	height:200px;
	border:1px solid #999;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	padding-left: 0px;
} 
 
/* 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; 
}

