div.gallery_curtain{width:100%;height:100%;background:url(Images/black_85_opacity.png);position:fixed;top:0px;left:0px;display:none;z-index:10;}
div.gallery_curtain div.popup_container{width:700px;height:659px;margin:-329px 0px 0px -350px;text-align:right;overflow:hidden;position:absolute;top:50%;left:50%;}
div.gallery_curtain div.popup_header{margin-bottom:3px;}
div.gallery_curtain span.close_popup_btn{height:30px;margin:0px 0px -1px 0px;padding:0px 15px;line-height:30px;color:white;font-size:11px;background-color:black;border-width:1px 1px 0px 1px;border-style:solid;border-color:#888;display:inline-block;cursor:pointer;}
/* popup header */
div.gallery_curtain div.popup_caption{padding:20px 10px;color:white;line-height:15px;font-size:11px;text-align:left;background-color:black;;border:1px solid #888;}
div.gallery_curtain div.popup_caption h4{height:16px;margin:0px 0px 10px 0px;padding:0px;line-height:16px;font-size:12px;overflow:hidden;}
div.gallery_curtain div.popup_caption div.txt{height:32px;line-height:16px;overflow:hidden;}
/* content/image */
div.gallery_curtain div.popup_content{width:690px;height:518px;padding:5px;text-align:center;background-color:white;position:relative;}
div.gallery_curtain div.popup_content img{max-width:690px;height:518px;border:none;}
/* thumbnails */
div.gallery_curtain div.thumbnails_container{width:680px;height:66px;padding:5px;background:url(Images/black_85_opacity.png);position:absolute;bottom:5px;}
div.gallery_curtain div.thumbnails_slider_container{width:540px;height:66px;position:relative;overflow:hidden;float:left;}
div.gallery_curtain div.thumbnails_slider{width:1000px;position:absolute;top:0px;left:0px;}
div.gallery_curtain div.thumbnails_slider .slide{width:86px;height:64px;margin:0px 10px;text-align:center;border:1px solid transparent;float:left;}
div.gallery_curtain div.thumbnails_slider .slide:hover{border-color:#ccc;}
div.gallery_curtain div.thumbnails_slider .slide.active{border-color:#00fdff;}
div.gallery_curtain div.thumbnails_slider .slide img{max-width:86px;height:64px;cursor:pointer;}
/* slider buttons */
div.gallery_curtain span.prev_thumb, div.gallery_curtain span.next_thumb{width:70px;height:66px;margin:0px;background:url(Images/sprite_slider_btns.png) no-repeat;border:none;float:left;display:block;cursor:pointer;}
div.gallery_curtain span.prev_thumb{background-position:top left;}
div.gallery_curtain span.next_thumb{background-position:top right;}