@charset "UTF-8";






	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	
		}
	#gallery ul { list-style: none;  }
	#gallery ul li {  float:left; margin-right:3px; list-style: none; }
	#gallery ul img {
		border: 5px solid #EEE;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	






#gallery .foto{
width:99px;
height:99px;
overflow:hidden;
}




div.floater {
	position: absolute;
	z-index: 100;
}



a:hover span {
	display: block;
   	position: absolute;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	color:#666666;
	/* end formatting */
}


a span {
	display: none;
}
