@charset "UTF-8";






	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	
		}
	#gallery ul { list-style: none; padding:0px; margin:0px; }
	#gallery ul li {  float:left;  list-style:none; padding:0px; margin:0px; margin-right:3px; }
	#gallery ul img {
		border: 6px solid  #EEE;

		margin:13px;
	}
	#gallery ul a:hover img {
		border: 6px solid #9C0;

		color: #fff;
		
	}
	#gallery ul a:hover { color: #fff; }
	






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




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



a:hover span {
	display: block;
   	position: absolute;
	/* formatting only styles */
   	padding: 5px; 
	margin: -5px; z-index: 100;
	margin-left:13px;
   	background: #9C0;
	width:162px;
	
	margin-top:-30px;


	#margin-left:-188px;
	#margin-top:170px;
	
	color:#FFF;
	/* end formatting */
	text-decoration:none;
	
}


a span {
	display: none;
}
