@charset "iso-8859-2";
/* CSS Document */
	/*///////// FOTÓALBUM //////////////////
*/

.fotoalbumkozepen {
float:none;
text-align:right;

}
.slideshow{ /*CSS for DIV containing each image*/
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;

}

.slideshow img{ /*CSS for each image tag*/

	text-align: center;
	vertical-align: top;
	display: inline;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
	border-bottom: 1px solid #999 
}
