.selectContainer{
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  border: 1px #ccc solid;
  padding-top: 10px;
  background-color: #ddd;
}
.selectContainer label{
  color: #000;
  position: absolute;
  top: -19px;
  left:6px;
  font-weight: bold;
  font-size: 12px;
  font-family: arial;
}
.styled-select {
  position: relative;
  float: left;
  margin: 16px .5% 16px .5%;
  width: 24%;
  background-color: #666;
}
.styled-select select {
  font-family:arial;
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px 5px 5px 7px; /* If you add too much padding here, the options won't show in IE */
   width: 100%;
   outline:none;
   color: #fff;
-webkit-appearance: none;
-moz-appearance: none;
}
.styled-select select::-ms-value{
  background: none;
}
.select--arrow{
  width: 13px;
  height: 13px;
  pointer-events: none;
  padding:5px;
  color: #fff;
  position:absolute;
  right:4px;
  top:5px;
  background-color: #666;
}
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.selectContainer option{
 color: #333;
}

.select--viewer{
  width:99.9%;
  overflow-x: scroll;
}
.select--message{
  position: absolute;
  top:55%;
  left:37%;
  color: #fff;
  font-size: 20px;
  width: 150px;
  padding: 12px;
  background-color: #666;
}
.select--img-container{
  width: 2000%;
  height: 380px;
  background-color: #ddd;
  overflow: hidden; 
}
.select--img-container figure {
  width: 300px;
  height: 100%;
  margin: 0 5px 20px 0;
  float: left;
  background-color: #fff;
  padding-top: 20px;
}
figure>img{
  width: 100%;
}
figcaption{
  padding: 12px;
  font-size: 12px;
}
.select--navbar{
  position: relative;
  height: 40px;
    background-color: #666;
}
.select--navbar-forwardBtn{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  opacity: 1;
  position:absolute;
  width: 11px;
  right: 2%;
  top: 10px;
}
.select--navbar-backBtn{
  opacity: 1;
  position:absolute;
  left: 2%;
  width: 11px;
  top: 10px;
}
.navbar__hover{
  opacity: .7;
  cursor: pointer;
}
.imageCount{
 position: absolute;
 left: 38%;
 top: 12px;
 font-size: 16px;
  color: #fff;
}
