.srow {
    margin: 0px 0px;
    padding-top:20px;
    padding-left:10px;
    width:100%;
    background-color:blue;
}

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}

#sliderFrame
{
    width:100%;
    margin:0 auto; /*center-aligned*/
    padding:5px;
    box-shadow: 0 0 5px #BBB;
    border:1px solid #CCC;
    background-color:#FFF;
}

#slider, #slider .sliderInner {
    width:80%;height:auto;/* Must be the same size as the slider images */
    border-radius:0px;
}

#slider {
    background-color:white;
    float:left;
    position:relative;
    transform: translate3d(0,0,0);
    box-shadow: 0 0 5px #BBB;
}

/* Hide the images by default */
.mySlider {
  display: none;
 }



/* -- thumbnails -- */
#thumbs
{
    float:left;
    margin-left:1%;
    width:18%;
    font:normal 11px/13px Arial;
    border-top:1px solid #CCC;
    color:#666;
}
#thumbs .thumb
{
    border:1px solid #CCC;
    border-top:1px solid #FFF;
    padding:15px 8px;
    background:#EEE;
    cursor:pointer;
}
#thumbs .thumb-on
{
    background:#FFF;
	
}

#thumbs img{border:1px solid #DDD; cursor:pointer; }

#thumbs .frame {float:left;padding:2px;border:1px solid #CCC;background:white;border-radius:3px;box-shadow:0 0 3px #BBB;font-size:0;line-height:0;}
#thumbs .thumb-content {float:center;width:100%;padding-left:9px;}

/* Captions in #thumbs .thumb-content */
#thumbs .thumb-content p {font-weight:bold; color:#BF5D9B; margin:0 0 3px;padding:0;}
#thumbs .thumb-on .thumb-content p {color:#BB0000;}


/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 800px) {
  #slider{
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
  #thumbs{
    display: none;
   }
}
