/*********project profiles ********************/
/********************************************/

/***********************************************/
/*profile details table-style definitions (in right column under section photo) */

/***********************************************/
#profile-table	{
	width:260px;
	border:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#profile-table tr td{
	padding:4px 0 4px 0px;
	border-bottom:1px dotted #a18c61;
}

#profile-table tr td.cellHeading { font-weight:bold; }



/***********************************************/
/*project photo gallery */
/***********************************************/

#profilePhotosContainer	{ /*outer container for gallery*/
	position:relative;
	margin-left:3em;
	display:block;
	height:394px;
	width:460px;
}

#profilePhotos	{ /*surrounds the switchable layers*/
	text-align:center;
	position:absolute;
	top:0px;
	display:block;
	z-index:100; 
}

#profilePhotos	img{ border:1px solid #bcbbbb; } /*border for large photo display*/


#photoSelect	{ /* positioning for photo thumnail row*/
	position:absolute;
	bottom:0px;
	height:90px;
	display:block;
	z-index:122;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	width:462px;
}
#photoSelect	img { border:1px solid #a18c61; margin-right:1px;} /*border for photo thumbs*/

#lyr1, #lyr2, #lyr3, #lyr4 { /* one of these for each photo to disply */
	position:absolute; visibility:hidden; left:0; top:0; z-index:1; } 
	
	
	