.photo-matrix {
	width: 700px;
	overflow: hidden;
}

.photo-matrix .row {
	margin-bottom: 20px;
	white-space: nowrap;
	
	height: 160px;
	overflow: hidden;
}
.photo-matrix .row:last-child {
  margin-bottom: 0;
}

.photo-matrix .photo {
	/*display: inline-block;
	vertical-align: top;*/
	/*display: inline;*/
	float: left;
	
	width: 160px;
	height: 160px;
	overflow: hidden;
	
	/*margin: 0 20px 0 0;*/
	margin: 0 0 0 20px;
}
/*.photo-matrix .photo:last-child {
	margin-right: 0;
}*/
.photo-matrix .photo:first-child {
  margin-left: 0;
}
  .photo-matrix .photo a {
    text-decoration: none;
  }
  .photo-matrix .photo .img {
    background: no-repeat 0 0;
    display: block;
  }

.photo-matrix .rows {
  margin-bottom: 20px;
}
.photo-matrix .rows:last-child {
  margin-bottom: 0;
}
.photo-matrix .rows .more-link {
	padding-bottom: 2px;
}
.photo-matrix .rows .more {
	font-family: Georgia, serif;
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px dotted #234072;
  outline: none;
}
.photo-matrix-lite .rows .more {
	text-decoration: underline;
  border-bottom: none;
}


.pano-matrix .photo a {
	position: relative;
}
	.pano-matrix .photo a .frame {
	  position: absolute;
	  width: 160px;
	  height: 160px;
	  background: url(/app/assets/i/pano-frame.png) no-repeat 0 0;
	  cursor: pointer;
	}
