
/* Gallery */


#galleryi li ul {
	padding: 0px;
}





#galleryi li{
	border:solid #444444 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers*/
	/*background:#FFFCC;*/
	padding:0px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:2px;
}/*Tu zminiam wielkosc boxow kolor tla zaokraglnie*/

#galleryi   a span{
	position:absolute;
	left:-9999px;

}

#galleryi  a:hover span{	
	top:5px;
	left:5px;
	font-weight:bold;
	background:#FF0;
	color:#09F;
	padding:0px;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0px;
	filter: alpha(opacity=80);
	-moz-opacity:.8;
		opacity:.80;
/*ostatni flt przezroczystosci*/
} 


#galleryi  img{
/* delete line above and uncomment this for an inset effect */
	border:1px solid #666666;
}


#content_gal {
	float: center;
	padding: 0px;
	/*background: url(images/calmap.jpg) no-repeat;*/
	display:inline;
}



