.red {
	color:#f73602;
	}

.image img{
	max-width:100%;
	max-height:100%;
}
		
.gallery{
  width:95%;
  background-color:rgba(0,0,0,0); 
  padding: 10px; 
  float:left;
  text-align:center;
}
.gallery .picture {
  float:left;
  margin: 5px; 
  width:156px; 
  border:solid 1px #D1D1D1;
  background-color:rgba(0,0,0,1); 
}

.gallery .picture_2{
  float: left; 
  margin: 5px; 
  width:156px; 
  text-align:center; 
  border:solid 1px #F73602;
  background-color:rgba(0,0,0,1); 
}

.gallery .picture .image {
  width:150px; 
  height:150px; 
  margin:3px;
}

.gallery .picture_2 .image {
  width:150px; 
  height:150px; 
  margin:3px;
}
.gallery .footer {
  text-align:center;
  width: 156px; 
  border-top:solid 1px #D1D1D1; 
  color: rgba(0,0,0,1); 
  font-weight:normal; 
  padding-top: 7px; 
  padding-bottom:7px; 
  margin-top: 10px;
}

#largeImgPanel {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(100,100,100, 0.5);
}