   #player
   {
    float: left;
    
    position: relative;
    width: 530px;
    height: 253px;
    overflow: hidden;
    /* background-image: url("tv.png"); */
    margin: 0px;
    margin-left: 4px;
    border: none;
    overflow: hidden;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #a5c3ff;
   }
   #player a
   {
    color: #666666;
   }
   #flash
   {
    float: left;
    
    position: relative;
    top: 0px;
    left: 40px;
    width: 450px;
    height: 253px;
   }
   #glass
   {
    float: left;
    display: none;      
    position: relative;
    top: -253px;
    left: 40px;
    width: 450px;
    height: 253px;
    background-image: url("glass.png");
    cursor: pointer;
   }
   #bars
   {
    float: left;
    display: none;
    overflow: visible;
    position: relative;
    top: -19px;
    left: 20px;
    width: 684px;
    height: 15px;
   }
   #totalpos
   {
    float: left;
    overflow: hidden;
    display: none;
    width: 250px;
    height: 5px;
    margin-left: 22px;
    margin-right: 2px;
   }
   #loaded
   {
    display: none;
    float: left;
    width: 0px;
    height: 5px;
    background-color: #006633;
   }
   #played
   {
    display: none;
    float: left;
    top: 1px;
    width: 0px;
    height: 5px;
    background-color: #003300;
   }
   #boxvol
   {
    float: left;
    display: none;
    visibility: hidden;
    position: relative;
    top: -90px;
    left: 21px;
    width: 641px;
    height: 30px;
    background-color: #000000;
   }
   #titlevol
   {
    float: left;
    display: none;
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #006633;
    margin: 10px;
    top: -4px;
   }
   #totalvol
   {
    float: left;
    display: none;
    position: relative;
    width: 500px;
    height: 10px;
    border: 1px solid #006633;
    top: 9px;
   }
   #vol
   {
    float: left;
    display: none;
    width: 0px;
    height: 10px;
    background-color: #006633;
   }
   #mutesign
   {
    float: left;
    display: none;
    visibility: hidden;
    position: relative;
    top: -400px;
    left: -40px;
   }
   .button, .buttonspace, .buttonminispace
   {
    float: left;
    display: none;
    position: relative;
    width: 40px;
    height: 15px;
    cursor: pointer;
   }
   .buttonspace
   {
    float: left;
    display: none;
    margin-left: 20px;
   }
   .buttonminispace
   {
    float: left;
    display: none;
    margin-left: 10px;
   }
