
.pomar{
           position: relative;
           z-index: 0;
           cursor:move;
          }



.pomar:hover{
            background-color: transparent;
            z-index: 50;
            cursor:move;
            }


.pomar:hover a{
	         cursor:move;
            }
            
            
.pomar span{ /*CSS dużego obrazka*/
          /* position: absolute;*/

 position: fixed;
  top: 30%;
  left: 30%;

          background-color:#ffffff;
          padding:10px;
       
          border: 1px dashed gray;
          visibility: hidden;
          color:#660000;
          text-decoration: none;
          cursor:crosshair;
        }

.pomar span img{ /*CSS dużego obrazka*/
               border-width: 0;
               padding: 2px;
                  cursor:crosshair;
               }

.pomar:hover span{ /*CSS dużego obrazka on hover*/
            visibility: visible;
          /*  top:110px;
            left:-190px; poycja CSS dużego obrazka*/
   
}