/* styling of the container. */ 
a.Player { 
    display:block; 
    width:147px; 
    height:100px;
    border:0px solid #FFF; 
} 
 
/* play button */ 
a.Player img { 
    margin-top:32px;
    margin-left:53px;
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.Player:hover { 
    border:0px solid #FFF; 
}

a.Player:Focus { 
    border:2px solid #D3A67C;
} 


#videotxt {font-size: 9pt; color: #909090; font-weight: bold;}