 
  .pPhotoDiv {
    padding: 4px;
    cursor: pointer;
  }
  
  .pPhotoImg {
    padding: 4px;
    vertical-align: top;
    opacity: .5;
    filter: alpha(opacity=50);
  }
  
  .pPhotoImg_over {
    padding: 4px;
    vertical-align: top;
  }
  
  .pPhotoImg img,
  .pPhotoImg_over img {
    width: 100px;
  }
  
  .pPhotoText {
    vertical-align: top;
    padding: 4px 4px 4px 24px;
    opacity: .5;
    filter: alpha(opacity=50);
  }
  
  .pPhotoText_over {
    vertical-align: top;
    padding: 4px 4px 4px 24px;
  }
  
  .pPortline {
    background-image: url('../images/border_grey_repeat.png');
    background-repeat: repeat-x;
    height: 5px;
    opacity: .5;
    filter: alpha(opacity=50);
  }
  
  .pPortline_over {
    background-image: url('../images/border_blue_repeat.png');
    background-repeat: repeat-x;
    height: 5px;
  }
  
  .pPhoto {
    text-align: center;
  }
  
  .pPhoto img {
    text-align: center;
    border: 1px #FF0000 solid;
  }
