#fotogalerie .galerie
{
	width: 137px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#fotogalerie a
{
	position: relative;
	display: block;
	width: 137px;
	height: 105px;
	overflow: hidden;
}

#fotogalerie .maska,
#fotogalerie .maskaImg
{
	width: 137px;
	height: 105px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

	#fotogalerie .maska
	{
		background: url('img/fotogalerie/frame.gif') 0 0 no-repeat;
	}
	
	#fotogalerie .maskaImg
	{
		background: url('img/fotogalerie/frameImg.gif') 0 0 no-repeat;
	}
	
#fotogalerie img
{
	position: relative;
}

	#fotogalerie span.name
	{
		background: url('img/fotogalerie/arrow.gif') 2px 0.3em no-repeat;
		display: block;
		margin: 5px 0px;
		padding-left: 15px;
		color: #D20530;
		font-weight: bold;
		text-decoration: underline;
	}

