#img_c {
	width: 496px;
	height: 546px;
	position: absolute;
	top: 2px;
	right: 2px;
}
#review_container   {
	position: relative;
	height: 546px;
	width: 496px;
	z-index: 0;
	overflow: hidden;
}
#images img {
	left: 0px;
	top: 0px;
	position: absolute;
}

#images2  img  {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#images2  #infocontainer  {
	background-color: #FFFDF4;
	width: 400px;
	position: absolute;
	left: 50px;
	padding: 10px;
	bottom: 10px;
	display: none;
}
#images2  #infocontainer #showhide   {
	position: absolute;
	top: 0px;
	font-size: 1em;
	color: #FFFBE8;
	background-color: #684800;
	padding: 5px;
	right: 0px;
	text-decoration: none;
}
#images2  .nfotxt  {
	position: absolute;
	width: 360px;
	bottom: 20px;
	left: 60px;
	display: none;
}
#images2  .nfotxt p   {
	font-size: 1em;
	color: #422E00;
}
.review_content{
	height: 476px;
	width: 450px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.review_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

#thumbs {
	position: absolute;
	width: 496px;
	left: 0px;
	bottom: 0px;
}
#thumbs > div {
	height: 62px;
	width: 62px;
	position: relative;
	float: left;
}
#thumbs span {
	height: 63px;
	width: 62px;
	overflow: hidden;
	position: relative;
	display: block;
}
#thumbs span img {
	width: 62px;
}
#thumbs div div {
	width: 140px;
	height: 110px;
	overflow: hidden;
	position: absolute;
	top: -114px;
	left: -39px;
	border: 2px solid #FFF5C5;
}
#thumbs div div img {
	width: 140px;
}
