div.sh-photo-wall-event {
    margin-left: 25px;
    
    position: relative;    
}
div.sh-photo-wall-caption {
    height: 30px;
    padding-left: 20px;
    
    position: relative;
    
    background-repeat: no-repeat;
    background-position: 0px center;
    
    line-height: 30px; 
}
span.sh-photo-wall-caption-owner {
    font-weight: bold;
}
a.sh-photo-wall-caption-link,
a.sh-photo-wall-caption-link:link {
    text-decoration: none;
}
a.sh-photo-wall-caption-link:hover,
a.sh-photo-wall-caption-link:active {
    text-decoration: underline;
}
div.sh-photo-wall-content {
    position: relative;
}
div.sh-photo-wall-shp-wrapper {    
    position: relative;
    
    border: 1px solid #cccccc;    
}
img.sh-photo-wall-shp {
    background-repeat: no-repeat;
    background-position: center;
}
div.sh-photo-wall-comments {
    padding-left: 0px;
    
    position: relative;
    
    font-size: 10px;
}

/*--- Overwrite default Comment styles ---*/
div.sh-photo-wall-comments div.cmts {
    padding: 0px;
    /*display: none;*/
}
div.sh-photo-wall-comments div.cmt-reply {
    padding: 0px;
    /*display: none;*/
}
div.sh-photo-wall-comments div.thumbnail_block {
    left: -38px;
    top: 1px;
}
