#zoom {
  position: absolute;
  width: 100%;
  height:auto;
  background-repeat: no-repeat;
  border-radius: 0px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .8); */
  display: none;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

#wrapper { margin:0px auto;}


#view img {
  border-radius: 0px;
  /* box-shadow: 0 0 10px rgba(0,0,0,.6); */
}
.no-bg{
	background:none!important;
}
#nav-left-thumbs { left: 0px; }

/* #nav-right-thumbs { right: 0px; } */

#nav-left-thumbs, #nav-right-thumbs {
  position: absolute;
  top: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  /* box-shadow: 0 0 10px rgba(0,0,0,.6); */
  font-size: 1em;
  font-weight: bold;
  color: #999;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
  cursor: pointer;
  transition-duration: .5s;
}

/* #nav-left-thumbs:hover, #nav-right-thumbs:hover { background: lightgrey; } */

#pics-thumbs img {
  padding: 5px;
  margin: 0 2px;
  border-radius: 4px;
  /* box-shadow: 0 0 5px rgba(0,0,0,.6); */
  cursor: pointer;
  height: 75px;
  /* transition-duration: .5s; */
}


