#quotes {
	position: absolute;
	width: 575px;
	padding-left: 190px;
	padding-right: 190px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	top: 200px;
}

#quotes div.by {
  display: block;
  color: #aaa;
}

#zoomout {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 980px;
	top: 200px;
}

#zoomout div.on {
  cursor: pointer;
}

#photos {
	position: relative;
	width: 955px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	top: 150px;
}

#photos div.photo {
	float: left;
	position: relative;
	height: 300px;
	top: -20px;
}

* html #photos div.photo.first {
	margin-left: 25px;
}

#photos div.photo.first {
	margin-left: 35px;
}

#photos div.photo img {
	margin-top: 20px;
	width: 134px;
	height: 150px;
	cursor: pointer;
	margin-left: -5px;
}

#photos div.photo div.label {
  position: absolute;
  bottom: 140px;
  left: 13px;
  width: 0px;
  height: 20px;
  overflow: hidden;
}

#photos div.photo div.label img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 90px;
  height: 20px;
}

#photos div.photo div.text {
  display: none;
}

img.photo {
  border: 10px solid #fff;
  border-width: 10px 10px 60px 10px;
}

#text {
	position: absolute;
	width: 320px;
	top: -140px;
	left: 25px;
	overflow: hidden;
	font: 13px Arial;
}

#text a img {
  border: 0;
}

#text div.bl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #C0C0C0;
}

#text div.br {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #C0C0C0;
}

#text div.bt {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-color: #C0C0C0;
}

#text div.bb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #C0C0C0;
}

#text_contents {
	position: relative;
	padding: 10px 10px 0px 10px;
}

#text a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#text a:hover {
  border-bottom: 1px solid #000;
}
