#menutip { 
	position: absolute; 
	border: 1px solid dimgray; 
	color:#333;
	font:bold 70% Arial, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	letter-spacing:0.03em;
	padding: 0.8em 1em; 
	width:100px;
	background-color: lightyellow; 
	visibility: hidden; 
	z-index: 50; 
/*	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
*/
}

#menutip small {color:#666; font:normal 90% Tahoma, Arial, Helvetica, sans-serif; 	line-height: 1.4;}


#galleryPreload {
	font: bold 90% Arial, Tahoma, Helvetica, sans-serif;
	color:#000;
	line-height: 1.4;
	padding:6em 2em;
	width:85%;
	margin:3.5em 0 0.5em 0;
	border: 0px solid #D7E6E5;
	text-align:center;
	background: url(/js/lib/lightbox/loading.gif) no-repeat 50% 15%;
	}
#galleryPreload img { 
	display: block; 
	float:center; 
	margin:1em 0.5em;
	background-color:#ffffff;
	border:3px solid #ddd;
	padding:1em;}

#galleryList { margin: 1em 0; }
#galleryList .gItem { float: left; margin: 0; width: 100px; height: 75px; background: #f5f5f5 no-repeat; margin:1em; border:8px solid #eaeaea;  }
#galleryList .gItem div { position: absolute; z-index: 0; width: 100px; height: 75px;  }
#galleryList .gItem table { position: absolute; z-index: 2; width: 100px; height: 75px; }

#galleryList .gItem img { 
position: absolute; z-index: 1; display: block;  width: 100px; height: 75px; margin:0; border:0; 
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


#content #gallerys ul li {
		font: 100% Arial, Tahoma, Helvetica, sans-serif;
		margin:1em;
		padding:0;
		letter-spacing: 0.05em;
	}
#content #gallerys li{
		list-style-type: square;	
		margin:0;
		padding:0.1em 0;
	}
/*
div.gItem a img {margin: 0 27px 27px 0; border: 5px solid white; opacity: 0.75; filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 75);}
div.gItem a:hover img {opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 100);}
*/


/*
#galleryList .gItem table td { text-align: right; vertical-align: bottom; width: 100px; height: 75px; }
#galleryList .gItem:hover table, #galleryList .hoverfix table { visibility: visible; }
#galleryList .gItem:hover div, #galleryList .hoverfix div { visibility: visible; }
#galleryList .gItem:hover img, #galleryList .hoverfix img { visibility: visible; }

#galleryList a { font-size: 10px; font-family: Tahoma, Arial, sans-serif; }
#galleryList ul a { display: block; padding: 0; margin: 8px; list-style: none; line-height: 100%; font-size: 1.2em;}
#galleryList ul li a { display: block; padding: 0; margin: 0.25em; }


*/
