  .showvideobutton{
    cursor: pointer;
  }
  
  a.myPlayer { 
      display:block; 
      border:1px solid #999999; 
  } 
   
  /* play button */ 
    a.myPlayer img {
       border: 0px;
    }
   
  /* when container is hovered we alter the border color */ 
  a.myPlayer:hover { 
      border:1px solid #000000; 
  }  

  div.overlay {
  	background:url(http://cit.vfu.cz/~bartovae/flashvideo/spolecne_soubory/white.png) no-repeat;
  	padding:40px;	
  	display:none;
  }
  
  div.overlay div.close {
  	background:url(http://cit.vfu.cz/~bartovae/flashvideo/spolecne_soubory/close.png) no-repeat;
  	position:absolute;
  	top:2px;
  	right:5px; 
  	width:35px;
  	height:35px;
  	cursor:pointer;
  }
