﻿/* Fotoalbum */

.item { text-align:center; }
.item h4 { margin:0px; padding: 0px; }

.view 
{
   margin:0px;
   padding:0px;
	width: 570px;
	text-align: center;
}
.langtext { padding:10px; margin:10px; }


.nullpanel {
	padding:80px 130px;
	width: 310px;
	text-align: center;
	border: 1px solid #DBB94F;
	margin:0 0 20px 10px;
	
}

.buttonbar, .buttonbar-top {
	width: 560px;
	height: 30px;
	padding-top: 4px;
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Inline styles are used because image controls hard code a border property */

.albumpreview { border: 4px solid Gray; }
