#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:0px; right: 0px; width: 50px; height: 50px; padding:3px; background: transparent url('images/close.png') no-repeat center center; 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 center left; width: 50%;}
#foto_pop_up .next{right: 0px; background: transparent url('images/right.png') no-repeat center right;}
#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;  */}

#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;}
