
/* Fotoalbum */

.faNavtop
{
	background-color: #d2d3d5;
	padding: 4px 4px 3px 4px;
}


.faPreview
{
	overflow:auto;
	width:165px;
	background-color:#EAEAEA;
	margin-top:5px;
}

.faPreviewItem
{
	width:148px;
	text-decoration: none;
	color: black;
	margin-bottom: 2px;
	cursor:hand;
}

.faComment
{
	overflow:auto;
	background-color: #D4C9C4;
	height: 44px;
	padding: 3px 5px 5px 5px;
	margin-left: 5px;
}

.faImage
{
	overflow:auto;
	width:420px;
	text-align: left;
	padding-left: 5px;
	margin-top: 5px;
}


/* Fullscreen */

.fuNavtop
{
	background-color: #d2d3d5;
	padding: 4px 4px 3px 4px;
}


.fuPreview
{
	overflow:auto;
	width:230px;

	background-color:#EAEAEA;
	margin-top:5px;
}

.fuPreviewItem
{
	width:210px;
	text-decoration: none;
	color: black;
	margin-bottom: 2px;
	cursor:hand;
}

.fuComment
{
	background-color: #D4C9C4;
	height: 100px;
	padding: 8px 5px 5px 5px;
	margin-left: 5px;
}

.fuImage
{
	overflow:auto;
	
	width:600px;
	text-align: left;
	padding-left: 5px;
	margin-top: 5px;
}

