#procphoto { 
background:url(../images/ProcBody.jpg) no-repeat;
margin:0;
padding:0;
width:590px; /*590*/
height:260px;
display: block;
position: relative; 
}
#procphoto li {  
list-style: none; 
margin: 0; 
padding: 0; 
position: relative; 
}	
	#procphoto .procphotoFace {
	display:block;
	float:left;
	margin:0 4px 0 0;
	height:260px;
	width:168px;
	}
	#procphoto .procphotoBreast {	
	display:block;
	float:left;
	margin:0 4px 0 0;
	height:260px;
	width:144px;
	}
	#procphoto .procphotoBody {	
	display:block;
	float:left;
	margin:0;
	height:260px;
	width:252px;
	}
	
#procphoto a { 
display: block; 
}
#procphoto ul { 
display: none; 
position: absolute;
left: 0; 
margin: 0; 
padding: 0; 
}
* html #procphoto ul { 
line-height: 0; 
} /* IE6 "fix" */
#procphoto ul a { 
zoom: 1; 
} /* IE6/7 fix */
#procphoto ul li { 
float: none; 
}
#procphoto ul ul { 
top: 0; 
}    
/* Essentials - configure this */
#procphoto ul { 
width: 130px;
}
#procphoto ul ul { 
left: 131px; 
}
/* Everything else is theming */ 
#procphoto *:hover { 
background-color: none;
}
#procphoto a { 
color:#54442a;
font-size: 14px; 
padding: 4px 16px 4px 16px; 
line-height: 1; 
}
#procphoto li.hover a { 
background-color: none; 
}
#procphoto ul { 
background-color: #ededed;
top: 50px; 
height:200px;
opacity: 0.6; 
filter: alpha(opacity=60); 
}
	#procphoto .procphotoFace ul{ 
	border:1px dashed #666;
	width:166px;
	}
	#procphoto .procphotoBreast ul{ 
	border:1px dashed #666;
	width:142px;
	}
	#procphoto .procphotoBody ul{ 
	border:1px dashed #666;
	width:250px;
	}

#procphoto ul li a { 
font-size: 12px;
}
#procphoto ul a.hover { 
color: #004155; 
}
#procphoto ul a { 
border-bottom: 1px solid white;
border-right: none; 
}
#procphoto ul a { border-bottom: none; }/*  - I also needed this for IE6/7 */

