.PropSlideShow          {
    display: block;
/* 
    float: right;         
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 8px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #dedede;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    border-top-right-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    border-bottom-right-radius: 16px;
 */    
}
     
     
.PropSlideShow img.PropMainImage {
    width: 150px;
    height: 98px;
}     
     
.PropImgToolbar         {
    display: none;
    position: absolute;
    height: 20px;
    margin-left: 15px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px #a1a7aa solid;
    background: #ccd3d7;
    text-align: center;
    vertical-align: middle;

/*
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
 */
}
* > .PropImgToolbar     {
    background: #f5f5f5;
    border: 1px #cdcdcd solid;
}
.PropImgToolbar img {
    cursor: pointer;
}

.PropImgTitle           {
    display: none;
    height: 22px;
    width: 250px;
    font-weight: 600;
    overflow: hidden;
}
.PropImgCaption         {
    display: none;
    text-align: center;
    font-style: italic;
    height: 18px;
    min-height: 18px;
    font-size: 78%;
    width: 250px;
}

