/* styling of the container. */
a.myPlayer {
display:block;
width: 400px;
height:300px; 
text-align:center;
margin:0 15px 15px 0;
float:left;
border:1px solid #999;
}
/* play button */
a.myPlayer img {
margin-top:110px;
border:0px;
}
/* when container is hovered we alter the border color */
a.myPlayer:hover {
border:1px solid #000;
}

/*.hov ul {list-style-type: none;width: 80%;}.hov li {

border: 1px dotted #999;

border-width: 1px 0;

margin: 5px 0;

}*/


.hov li a:hover {
background-color:#f4e9f1;
}

.hov a em {
color:#000066;
display: block;
font: bold 85% Verdana, Helvetica, sans-serif;
line-height: 125%;
}

