#gallery{
  background-color: rgba(0,0,0,0.8); 
  position: fixed;
  top: 0px;
  width: 100%;
  height:100%;
  text-align: center;
  margin: 0 auto;

  z-index: 1001;
}

#gallery_krest{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height:50px;
  text-align: center;
   font-size: 45px;
  z-index: 1011;
   color:#fff;
  cursor: pointer;
}

#gallery_krest:hover{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;  
  transition:  all 300ms ease-out;  
  color:#2887d0;
}


#gallery_back{
 /  background-color: rgba(255,255,255,0.5); 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10%;
  height:100%;
  text-align: center;
 z-index: 1007;
  cursor: pointer;
}


#gallery_back_art{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10%;
  height:100%;
  text-align: center;
 z-index: 1007;
  cursor: pointer;
}


#gallery_next{

  position: absolute;
  top: 0px;
  right: 0px;
  width: 90%;
  height:100%;
  text-align: center;
 z-index: 1007;
  cursor: pointer;
}

#gallery_next_art{

  position: absolute;
  top: 0px;
  right: 0px;
  width: 90%;
  height:100%;
  text-align: center;
 z-index: 1007;
  cursor: pointer;
}

#big_img{
  position: fixed;
  top: 10px;
 z-index: 1005;
}

#ads_240{
position: fixed;
//background-color: rgba(225,225,225,0.8); 
width:240px;
height:400px;
  z-index: 1021;
}


.br {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: -75px;
    top: 50%;
    right: 20px;
    color:#fff;
    font-size: 130px;
}

.bl {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: -75px;
    top: 50%;
    left: 20px;
    color:#fff;
    font-size: 130px;
}

.br:hover{

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;  
  transition:  all 300ms ease-out;  
  color:#2887d0;
}


.bl:hover{

  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;  
  transition:  all 300ms ease-out;  
  color:#2887d0;
}

.podpis{
 position: fixed;
 top: -100px;
 color: #fff;
}