div.fdetails p{
	color: #a29072;
	font-size: 16px;
	margin-top: 5px;
	font-family: 'perpetua', sans-serif;
}
div.fdetails p.back, div.fdetails p.video, div.fdetails p.selection, div.fdetails p.print{
	bottom: 0px;
	height: 17px;
	font-size: 13px;
	cursor: pointer;
	line-height: 17px;
	position: absolute;
	padding-left: 30px;
	text-transform: uppercase;
}
div.fdetails p.back{
	height: 13px;
	bottom: 90px;
	padding-left: 0;
	line-height: 13px;
}
div.fdetails p.back a{
	color: #a29072;
	text-decoration: none;
}
div.fdetails p.novideo{
	bottom: 60px;
}
div.fdetails p.back a:hover{
	text-decoration: underline;
}
div.fdetails p.video{
	bottom: 60px;
	background: transparent url(/images/video.png) no-repeat top left;
}
div.fdetails p.video:hover{
	text-decoration: underline;
}
div.fdetails p.selection{
	bottom: 30px;
	background: transparent url(/images/selection.png) no-repeat top left;
}
div.fdetails p.selection:hover{
	text-decoration: underline;
}
div.fdetails p.print{
	background: transparent url(/images/print.png) no-repeat top left;
}
div.fdetails p.print:hover{
	text-decoration: underline;
}
#content div.photo{
	top: 0;
	left: 0;
	width: 500px;
	overflow: hidden;
	position: absolute;
}
#content div.thumbs{
	top: 0;
	left: 0;
	width: 70px;
	overflow: hidden;
	position: absolute;
}
div.photo div, div.thumbs div{
	top: 0;
	left: 0;
	position: absolute;
}
div.thumbs img{
	cursor: pointer;
	margin-bottom: 5px;
}
#ficheemail{
	width: 250px;
}
#modelname{
	top: 0;
	left: 50%;
	z-index: 40;
	width: 400px;
	display: none;
	color: #a29072;
	font-size: 22px;
	position: absolute;
	text-transform: uppercase;
	font-family: 'perpetua', sans-serif;
}

