div.image_gallery{width:494px;margin-right:40px;}
div.image_gallery div.stage{width:492px;height:368px;border:1px solid #f1f1f1;position:relative;overflow:hidden;}
div.image_gallery div.stage img{position:absolute;cursor:pointer;}

div.image_gallery div.slide_pane{width:492px;height:90px;margin-top:5px;border:1px solid #f1f1f1;position:relative;overflow:hidden;}
div.image_gallery div.slide_pane ul{height:90px;margin:0px;padding:0px;list-style:none;position:absolute;top:0px;left:0px;}
div.image_gallery div.slide_pane ul li{width:123px;height:86px;float:left;}
div.image_gallery div.slide_pane ul li div.ph{width:119px;height:86px;border:2px solid #ccc;position:relative;overflow:hidden;}
div.image_gallery div.slide_pane ul li div.ph:hover{border-color:#666;}
div.image_gallery div.slide_pane ul li div.ph.active{border-color:#fc2704;}
div.image_gallery div.slide_pane ul li div.ph img{position:absolute;cursor:pointer;}

/*
*	POPUP
*/
.curtain{width:100%;height:100%;background:url(Images/black_90_opacity.png);position:fixed;top:0px;left:0px;display:none;}
.curtain .popup_frame{width:725px;height:480px;margin:-240px 0 0 -362px;padding:10px;background:#333;position:absolute;top:50%;left:50%;}
.curtain .popup_frame .ph{width:725px;height:480px;display:table-cell;vertical-align:middle;}
.curtain .popup_frame img{margin:0px auto;max-width:725px;max-height:480px;border:none;display:block;}
/* title */
.curtain .popup_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 .popup_frame .prev, .curtain .popup_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 .popup_frame .prev:hover, .curtain .popup_frame .next:hover{opacity:1;}
.curtain .popup_frame .prev{left:-100px;background-position:top left;}
.curtain .popup_frame .next{right:-100px;background-position:top right;}


/** close button **/
.curtain 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;}