
.photobox {
	  font-size: 85%;

}

/* For the theme listing */
.photobox div {
  float: left;
  height: 102px;
  font-size: 100%;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
  background: #ffffcc;
  border: 1px solid black
  width: 17ex;
  min-width: 130px;
}

.photobox img {
  border: 1px solid black;
  margin: 0px;
  background: #ffffff;
  color: inherit;
}

.photobox img {
  height: 84px;
  width: 120px;
}


.photobox img:hover {
	margin: -18px -25px -25px;
	position: absolute;
	z-index: 2;
} 

.photobox img:hover {
	height: 120px;
	width: 170px;
} 



