.ssPhotoContent{
    position:relative;
    width:100%;
    height:128px;
    overflow:hidden;
}

.ssPhotoContent .ssPhoto,
.ssPhotoContent .ssPhotoLive
{float:left; width:auto; margin-right:5px; position:relative; margin-bottom:5px;}

.ssPhotoContent .ssPhotoLive{}


.ssPhoto div {padding:0px; border:4px solid #CDD6B9; float:left;}
.ssPhoto img {}
.ssPhotoLarge img {padding:1px; border:10px solid #DDE6C9;}

.ssPhotoContent .ssPhoto p{
    position:absolute;
    top:101px;
    padding:0px;
    margin:0px;
    font-size:11px;
    padding-right:2px;
    color:#949494;
}

#ssPhotoCtnt0{position:absolute;}

.ssButtons{overflow:hidden; float:right;}

.ssButtonsLeft{
    background:url(/frontend/Gui/molodec/default/images/ssLeft.gif) no-repeat 50% 50%;
    cursor:pointer; width:28px; height:19px;
}
.ssButtonsRight{
    background:url(/frontend/Gui/molodec/default/images/ssRight.gif) no-repeat 50% 50%;
    cursor:pointer; width:28px; height:19px;
}

.ssPhotoBox{
    background:#DDE6C9;
    border:1px solid #f0f0f0;
}

