
/*  Display of an image = image_detail.html
------------------------------------------------------- */
p.caption  {
	font-size: 14px;
	}
span.imagecount,
span.imagename {
	font-size: 10px;	
	font-weight: normal;
	color: #999;
}
img.s3img, p.imgnav {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

/*  Gallery of images = image_list.html
------------------------------------------------------- */
#image-content li {
	width: 90px;
	height: 90px;
	border: solid #CCC;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame 
	in Mozilla browsers  */
	-moz-border-radius: 5px;
 
	background:#FFF;
	padding: 5px;
	text-align: center;
	position:relative;
	float:left;
	display:inline;
	margin: 10px;
}

/* ------------------------------------------------
#fullplate-navigation{ list-style:none; margin:5px 0 0 45px; }
#fullplate-navigation li{ display:block; float:left; width:210px; }
#previous{ text-align:left; }
#next{ text-align:right; }
#fullplate-navigation li a{ display:block; width:190px; padding:10px; } 
#fullplate-navigation li a:hover{ color:#333; } 
------------------------------------------------ */

NOTUSED#fullplate-photo{ border:solid #EEE; border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame 
	in Mozilla browsers */
	-moz-border-radius: 5px; 
	background: #FFF; 
	padding: 5px 15px 15px 15px; 
	margin: 0 auto; 
	width:600px; 
}


#image-content a span {
/*\*/
	position:absolute;
	left:-9999px;
}


/*  ie fix */
#image-content a:hover { white-space: normal; }

#image-content a:hover span {	
	/*top:10px; left:10px; width:92px; /* 202px;  */
	top: 0px; 
	left: 0px; 
	width: 90px; 
	height: 90px;
	border: solid #CCC;
	border-width:0 1px 1px 0;

	font-weight:bold;
	background:#FFF;
	color:#999;
	padding: 5px;
	font-size: 9px;	
	border: 1px solid #ccc;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8; opacity:.80;*/

/**/
} 

#image-content img {
	/* border:1px solid #EEE; /* simple border */
	border: none;
	/*  inset effect ...
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
	*/
}
