#retouchWrapper {
	position:relative;
	width:900px;
	height:800px;
	margin:15px auto;
	background:transparent;
}
#fullImage {
	position:absolute;
	top:10px;
	left:90px;
	width:425px;
	height:460px;
	background:transparent;
}
#fullImage p {
	text-align:center;
	font: normal normal normal 0.9em/1.25em "Lucida Grande", Verdanna, sans-serif;
	margin:1em;
	color:#333;
}
#retouchWrapper h2 {
	position:absolute;
	top:15px;
	left:550px;
	font-size:1.25em;
	font-weight:bold;
}
#thmbHolder {
	position:absolute;
	top:40px;
	left:550px;
	width:290px;
	height:250px;
	background:transparent;
}
#thmbHolder img {
	float:left;
	margin:10px 0 0 10px;
	/*cursor:hand;*/
	cursor:pointer;
}
#rDescript {
	position:absolute;
	top:250px;
	left:550px;
	height:275px;
	width:290px;
	border-top:1px solid #999;
	background;transparent;
}
#rDescript p {
	text-align:left;
	font: normal normal normal 0.8em/1.25em "Lucida Grande", Verdanna, sans-serif;
	margin:1em;
	color:#333;
}