
.show{
  max-width: 750px;
  max-height: 450px;
  min-width: 750px;
  min-height: 450px;
  background-color: #f7f7f9;
  position:relative;
  margin-left: auto;
  margin-right:auto;
  overflow: hidden;
}
#show-img {
	box-shadow: 2px 2px 5px #999;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height:auto;
}
.small-img{
  max-width: 850px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
  margin-left: auto;
  margin-right: auto;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 800px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
.cabecera{
	background-color: #e9e9eb;
	padding: 5px;
	max-width: 750px;
	min-width: 750px;
	position: relative;
  	margin-left: auto;
  	margin-right: auto;
}
