.fotogalerie {
	margin-bottom: 20px;
	width: 680px;
}			
				
.fotogalerie ul.alba li, .fotogalerie ul.fotky li {
	text-align: center;
	position:relative;
	float:left;
	display: block;	
	margin: 0px 5px 5px 0;
	background-color: #1677aa;
	border: 1px solid #046688;
	width: 160px;
	overflow: hidden;
}

.fotogalerie ul.alba li a, .fotogalerie ul.fotky li a {
	display: block;
	margin: 10px;
}

.fotogalerie ul.alba li a img, .fotogalerie ul.fotky li a img {
	height: 90px;
}


.fotogalerie ul.alba li {
	height: 195px;
	position: static;
	float: left;
	cursor: hand;
	border: 0;
}

.fotogalerie ul.alba a {
	text-decoration: none;
	border: 0;
}

.fotogalerie ul.alba a span {
	position:static;
	display: block;
	left: auto;
	height: 50px;
	line-height: 25px;
	width: 180px;
	margin-top: 10px;
	border-bottom: 0;
	cursor: hand;
	border: 0;
}

.fotogalerie ul.alba a:hover span, .fotogalerie ul.fotky a:hover span {
	position:static;
	display: block;
	left: auto;
	height: 50px;
	width: 180px;
	top: auto;
	left: auto;
	padding: 5px 0 ;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	color: #fff;
}

.fotogalerie ul.alba a:hover img, .fotogalerie ul.fotky a:hover img {
	border: 2px solid #07476B;
}
