#foto_pop_up{display: none; z-index:9999; position: fixed; top: 50%; left: 50%; width: 100px; height: 100px; padding: 0; background: transparent url('images/rotator.gif') no-repeat center center; text-align: center;}
#foto_pop_up .close{position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; padding:3px; border-radius: 33px; -webkit-border-radius: 33px; background: rgba(0,0,0,.5) url('images/close.png') no-repeat center center; background-size: 52%; color: #fff; font-weight: bold; cursor: pointer;}
#foto_pop_up .prev, #foto_pop_up .next{position: absolute; bottom: 0px; width: 50%; height: 100%; cursor: pointer;}
#foto_pop_up .prev:hover, #foto_pop_up .next:hover{}
#foto_pop_up .prev{left: 0px; background: transparent url('images/left.png') no-repeat 10% 50%; }
#foto_pop_up .next{right: 0px; background: transparent url('images/right.png') no-repeat 90% 50%;}
#foto_pop_up .disabled{display: none;}
#foto_pop_up>img{display: none; box-shadow: 0 0 20px #000;  -webkit-box-shadow: 0 0 20px #000;     border-radius: 5px;   -webkit-border-radius: 5px;}
#foto_pop_up>#desc{position:absolute;bottom:0;left:0;color:white;text-shadow: -1px -1px 2px rgba(0, 0, 0, 1);background-color: rgba(0,0,0,0.5);display:none;text-align: justify;padding: 2px 7px;}
#foto_pop_up_list{position: fixed; z-index:9999; bottom: 0; left: 0; width: 100%; height: 90px; overflow: hidden;}
#foto_pop_up_list .mini_foto_popup {width: 70px; height: 70px;}
#foto_pop_up_list .mini_foto_popup .img_border{width: 70px; height: 70px;}
#foto_pop_up_list .mini_foto_popup  a{width: 70px; height: 70px;}
#foto_pop_up_list .mini_foto_popup  img{max-width: 70px; max-height: 70px;}


#dark_screen{display: none; z-index:9998; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent url('images/alpha_80.png') repeat;}
