a.myPlayer
{
    display: block;
    width: 200px;
    height: 150px;
    text-align: center;
    margin: 0 10px 0px 0;
    border: 1px solid #999;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:40px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

a.myPlayer2
{
    display: block;
    width: 266px;
    height: 200px;
    text-align: center;
    margin: 0 10px 0px 0;
    border: 1px solid #999;
} 
 
/* play button */ 
a.myPlayer2 img { 
    margin-top:90px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer2:hover { 
    border:1px solid #000; 
}

a.myPlayer3
{
    display: block;
    width: 218px;
    height: 164px;
    text-align: center;
    margin: 0 10px 0px 0;
    border: 1px solid #999;
} 
 
/* play button */ 
a.myPlayer3 img { 
    margin-top:50px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer3:hover { 
    border:1px solid #000; 
}