﻿  video{
        /* video border */
          
         
       }
       /* background color and gradient */
       video {
        /* background color */
          background-color: #000000;
          /* background gradient */

       
       }
        #start, #pause {
            position:absolute;
        margin-top:-82px;
        
        width:50px; height: 50px;
        border:0px solid white;
        background-color:transparent;
     cursor:pointer;
        background-repeat:no-repeat;
        padding:0px;
        }
     #start {
        background-image:url(/images/icon/play.png);
        background-position:top;
     }
     #start:hover {
          /*background-position:bottom;*/
     }
     #pause {
        background-image:url(/images/icon/play.png);
        background-position:bottom;
     }
      #pause:hover {
         /*background-position:top;*/
     }
       /* shadows */
       video, #start, #stop, #pause, #plus, #minus, #mute {
         /* box-shadow: 0 0 10px #ccc;*/
       }
       video:hover, video:focus, #start:hover, #stop:hover, #pause:hover, #plus:hover,
       #minus:hover, #mute:hover {
        /* glow */
          
       }
       #controls {
        display: none;
          margin: 10px 30px;
          border:0px solid red; 
       }
      
       
     #videokapatBtn {
     position:absolute; margin:20px; cursor:pointer; z-index:15; 
    border:0px solid red; margin-left:900px; margin-top:-540px;
     }
      
        #videokonum{
         position: absolute;
          left: 0;
          top: -6px;
          background-image: url(videokonum.png);
          width: 40px;
          height: 40px;
        }
      #progressbar{
       display: none;
          /* size */
          width: 700px;
          height: 5px;
            /* position and border */
          position: absolute;
          border: 0px solid #ccc;
          margin: 10px;
          margin-top:-70px;
          margin-left:100px;
          border-radius: 10px;
           /* background color */
          background-color: #000000;
            opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
        
           
            
          
      }
        #loadingprogress{
         /* border */
          border-radius: 10px;
          /* initial size */
          height: 5px;
          width: 0;
          /* background color */
          background-color: #ffffff;
          /* background gradient */
          /* 
          background-image: linear-gradient(top, #ffffff, #9acd00);
          background-image: -moz-linear-gradient(top, #ffffff, #9acd00);
          background-image: -webkit-linear-gradient(top, #ffffff, #9acd00);
          background-image: -o-linear-gradient(top, #ffffff, #9acd00);
          background-image: -ms-linear-gradient(top, #ffffff, #9acd00);
              */
        }

.ustOynatDv1 {
     height:570px; position:absolute; background-image:url(/images/n.png);  top:0; z-index:9999;
}