body { 
    background:#eee 
    }
    
.mask { 
    background-color:#000;
    -moz-opacity:0.75;
    opacity:.75;
    filter:alpha(opacity=75);
    }
    
.photobox {
    border:3px solid #666;
    overflow:visible;
    background-color:#333;
    padding:5px;
    }
    
.photobox .container-close {
    top:8px;
    right:8px;
    height:15px;
    width:18px;
    display:block;
    position:absolute;
    background-image:url(ybox-close.gif);
    }
    
.photobox .container-close.nonsecure {
    background-image:url(ybox-close.gif);
    }
    
.photobox .container-close.secure {
    background-image:url(ybox-close.gif);
    }
    
.photobox .hd {
    font-family:georgia, times new roman, times, serif;font-weight:normal;
    border:none;
    border-bottom:1px solid #666;
    background:transparent;
    color:#FFF;
    height:18px;
    text-align:left;
    overflow:visible;
    padding:0;
    padding-bottom:5px;
    margin-bottom:5px;
    width:720px;
    }
    
.photobox .hd span {
    vertical-align:middle;
    line-height:15px;
    }
    
.photobox .bd  {
    padding:0;
    }
.photobox .bd img {
    border:none;
    }
    
.photobox .ft {
    height:16px;
    width:720px;
    padding:5px 0;
    position:relative;
    }
    
.photobox .ft .back {
    position:absolute;
    left:1px;
    }
    
.photobox .ft .back img, .photobox .ft .next img {
    border:none;
    }
    
.photobox .ft .next {
    position:absolute;
    right:1px;
    }
    
.photobox .ft .photobox-filename {
    position:absolute;
    right:10%;
    width:80%;
    text-align:center;
    font-family:georgia, times new roman, times, serif;
    font-weight:normal;
    color:#FFF
    }
    
td { 
    padding:8px; 
    }



