


/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
	margin-left: 55px;
	margin-right: 55px;
	margin-top: 20px;
	margin-bottom: 20px;
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:80px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}