.galerija {
	position	: relative;
	clear		: both;
	margin		: 0px; 
	padding		: 0px;
	font		: normal 11px Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align	: left;
	color		: #464646;
	background 	: none;
}

.galerija .foto {
	position	: relative;
	float		: left;
	padding		: 0px;
	margin		: 0px;
	text-align	: center;
	vertical-align : middle;
	background 	: none;
}

.galerija .foto table {
	width	: 100%;
	height	: 100%;
	background	: #f5f2c7;
	border	: none;
}

.galerija .foto td {
	text-align	: center;
	vertical-align : middle;
	background-position: center;
	background-repeat: no-repeat;
}

.galerija .fototekstas {
	position	: relative;
	clear		: both;
	padding		: 0px;
	margin		: 0px;
	text-align	: center;
	background 	: none;
}
.galerija .fototekstas p {
	padding-top	: 5px;
	padding-bottom	: 10px;
	text-align	: center;
}

.popcontainer {
	margin 		: 0px auto;
	padding 	: 0px;
	width		: 500px;
	height		: 100%;
	background  : none;
	border		: none;
	text-align	: left;
}
	.poptop {
		position	: relative;
		margin 		: 0px;
		padding 	: 0px;
		height		: 90px;
		border 		: none;
		background	: none;
	}
	.popmiddle {
		position	: relative;
		clear		: both;
		margin 		: 0px;
		padding 	: 0px;
		border 		: none;
		background	: none;
	}
