@CHARSET "ISO-8859-1";

#photoCache {
	background-color:	#6b4c28;
	height:				100%;
	left:				0;
	margin:				0;
	padding:			0;
	position:			fixed;
	top:				0;
	width:				100%;
	z-index:			200;
}

/*---------------------------------------------------------------------------*/

#photoDetail {
	background-color:	none;
	color:				#6a3623;
	left:				50%;
	margin:				0 0 0 -250px;
	padding:			0;
	position:			fixed;
	top:				100px;
	z-index:			400;
}
#photoDetail a {
	color:				#ffffff;
	font:				10pt sans-serif;
}
#photoDetail img {
	background-color:		#ffffff;
	border:					1px solid #cccccc;
	color:					#fefee2;
	margin:					0;
	padding:				2px;
}
