#caption{
    width: 450px;
}
div#photoedit table{
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    height: 400px;
    width: 570px;
}

div#photoman{
    width:550px;
    position:relative;
}

div#thumbselect{
    height: 400px;
    position: relative;
}
div.pictureframe{
  width: 90px;
  height: 100px;
  padding: 5px;
  float:left;  
  position:relative;
  text-align:center;
}
div.photos div#spacer{
    height:10px;
    position:relative;
}
div.photos{
 position:relative;
 width: 529px;
 height: 340px;
 overflow: auto;
}
div.photos .small{
    font-size: 10px;
}
div.photos div.links {
    text-align:center;
}
div.photos div.default{
    border: 1px dashed #D1D0D0;
    background-color: #F0F4F4;
}

.pmpopup ul{
    background: #F0F4F4;
    border: 1px solid #D1D0D0;
    padding: 5px;
    list-style: none;
    z-index: 99;
    position: relative;
    top: -5px;
}
div.pmpopup{
    z-index: 9999;
    position:absolute;
    width: 120px;
}
div.pmpopup a{
    text-decoration: none;
    display: block;
    z-index: 100;
    width: 110px;
    background: #F0F4F4;
}
