/* embeded audio player, 
   sized to look good in quicktime and mplayer*/
object.sound { height: 15px;
                width: 100px;}

object.youtube {
               height: 344px;
                width: 425px;}

embed.youtube {height: 344px;
                width: 425px;}

iframe.youtube-player {
               height: 344px;
                width: 425px;}


/* The New HTML5 and Javascript media players */
div.audioplayer { height: 17px;
                   width: 17px;
                  border: 5px;
            border-style: solid;
            border-color: #000000;
        background-color: #001111;
              overflow-y: hidden;
                  margin: 0px;
                 padding: 4px;}

div.videoplayer {  width: 420px;
                  border: 5px;
            border-style: solid;
            border-color: #000000;
        background-color: #001111;
              overflow-y: hidden;
                  margin: 0px;
             padding-top: 8px;
            padding-left: 8px;
          padding-bottom: 5px;}

video {           height: 309px;
                   width: 412px;
          padding-bottom: 5px;}


