﻿/* styling of the container. */
a.myPlayer{
    display:block;
    width: 572px;
    height:296px;
    text-align:center;
    /*margin:0 15px 15px 0;*/
    float:left;
    /*border:1px solid #999;*/
    }  
    
/* play button */ 
a.myPlayer img{
    margin-top:88px;
    /*margin-top:108px;*/
    border:0px;
    }

