/**{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
*/.show{
  width: 100%;
  height: auto; z-index:111111111!important;
}
#show-img { max-width: 100%; text-align:center; padding:20px; }
.small-img{
width: 100%;
height: auto;
position: relative;
margin-top:0px;
margin-bottom:0px;
/*background-color:#3366FF
*/}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left:15px;
  margin-right:15px;
}
.small-img .icon-left{
  transform: rotate(180deg);
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  text-align:center;
/*  width: calc(100%-80px);
*/  min-height: 45px;
  margin: 0 auto;

/*      
background-color:#33CCCC;
position: absolute;
  left: 40px;
  right: 30px;
*/
/*  
  overflow: hidden;

  background-color:#3399CC;
*/  }
.small-container div{
/*  width: 100%;
  position: relative;
  overflow:hidden;
*/}

.small-container .show-small-img{
  max-width: 60px;
  max-height: 60px;
  margin-left:3px;
  margin-right:3px;
  margin-top:0px;  
  margin-bottom:15px;  
  cursor: pointer;
  border-radius:5px;
  border:solid 1px #EEEEEE !important;
  padding:2px;
 /*  ;
   overflow:hidden;float: left

 
*/}


.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
