/* styling of the flowplayer. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
}

#myPlayerAtividade { 
	padding: 0 !important;
    display: block; 
    width: 490px; 
    height: 323px;  
    text-align: center; 
    margin: 0 auto !important; 
    border: 0 !important;
    /*border: 1px solid #999; */
}

a.myPlayer290 { 
    display:block; 
    width: 290px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
}

a.myPlayer323 { 
    display:block; 
    width: 323px; 
    height:266px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
}

#conteudo #myPlayer480 { 
    display:block; 
    width: 480px; 
    height:385px;  
    text-align:center; 
    margin:0 auto; 
    float:none; 
    border:1px solid #999; 
} 
 
 
/* 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; 
}
