#slidershow{
    height:330px;
    box-shadow: none;
    
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;  
    user-select: none;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background-color: white;
}

.rsDefault .rsThumb {
    width:156px;
    height: 156px;
}

.rsDefault .rsThumbsHor {
    height: 156px;
    padding-bottom: 0;
}

.rsDefault .rsThumbsArrow {
    display: none;
}

.rsDefault .rsThumb{
    border: 2px solid white;
    box-sizing: border-box;
}

.rsDefault .rsThumb.rsNavSelected {
    background-color: transparent;
    border: 2px solid #0f7d0d;
    box-sizing: border-box;
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.rsDefault .rsABlock {

    font-family: 'segoe_uiregular';
    background: rgba(0, 0, 0, 0.6);
    color:white;
    top: auto;
    bottom:0;
    left:0;
    width:595px;
    height: 50px;
    padding: 30px;
}

.rsDefault .rsABlock h1{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10;
}


.rsDefault .rsTmb {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
}

.rsDefault .rsTmb p{
     font-family: 'segoe_uiregular';
     font-size: 14px;
     margin: 10px 10px;
      -o-text-overflow: ellipsis; 
      text-overflow:    ellipsis; 
      overflow:hidden;            
     white-space:nowrap;
     
}

.rsDefault .rsOverflow{
    margin-bottom: 10px;
}