  /*================================================================*/
 /* Trees for Cities CSS 2.0 Document - DHTML styles               */
/*================================================================*/

/*-------------------------------------------------------------------------------------------*/
/* Image editing styles */

div.div_editImageHolder {

	position: relative;
	cursor: pointer;
}

div.div_clickToEdit {

	/* width must be declared inline */
	position: absolute;
	visibility: hidden;
	height: 22px;
	top: 100px; /* usually but not always hovers over a 130px-high element */ 
	_left: 0px;
	padding-top: 8px;
	background-color: #FFFFFF;
	text-align: center;
	opacity: .75;
	filter: alpha(opacity=75);
}