div#gall_img_placeholder{width:100%;height:220px;border:1px solid #e4e4e4;}
div#gall_img_placeholder .ph{width:240px;height:220px;display:table-cell;vertical-align:middle;cursor:pointer;}
div#gall_img_placeholder .ph img{max-width:240px;max-height:220px;margin:0px auto;display:block;}

div#slide_pane{width:100%;height:60px;margin-top:5px;position:relative;overflow:hidden;border:1px solid #e4e4e4;}
div#slide_pane ul{height:60px;margin:0px;padding:0px;list-style:none;position:absolute;top:0px;left:0px;}
div#slide_pane ul li{width:115px;height:60px;padding:0px 5px;float:left;}
div#slide_pane ul li:first-child{padding-left:0px;}
div#slide_pane ul li:last-child{padding-right:0px;}
div#slide_pane ul li .ph{width:115px;height:60px;text-align:center;display:table-cell;vertical-align:middle;}
div#slide_pane ul li .ph img{max-width:115px;max-height:60px;cursor:pointer;}

/** popup **/
.curtain{width:100%;height:100%;background:rgba(0,0,0,0.7);position:fixed;top:0px;left:0px;display:none;z-index:99;}
.curtain .frame{width:725px;height:480px;margin:0px auto;padding:10px;background:#FFF;position:relative;}
.curtain .frame .ph{width:725px;height:480px;display:table-cell;vertical-align:middle;text-align:center;}
.curtain .frame img{margin:0px auto;max-width:725px;max-height:480px;}
/* title */
.curtain .frame .title{width:605px;height:40px;padding:0px 20px;line-height:40px;color:white;font-size:16px;background-color:#666;position:absolute;top:-40px;left:0px;text-transform:uppercase;}
/* buttons */
.curtain .frame .prev, .curtain .frame .next{width:67px;height:67px;margin-top:-33px;background:url(Images/buttons.png) no-repeat;opacity:0.75;position:absolute;top:50%;cursor:pointer;}
.curtain .frame .prev:hover, .curtain .frame .next:hover{opacity:1;}
.curtain .frame .prev{left:-100px;background-position:top left;}
.curtain .frame .next{right:-100px;background-position:top right;}


/** close button **/
span.close_btn{height:40px;width:100px;text-align:center;line-height:40px;font-size:16px;color:#eee;background:#444;position:absolute;top:-40px;right:0px;display:block;cursor:pointer;}
span.close_btn:hover { background-color:#007da5; }