#fotogallery_list_container {
	width: 400px;
	text-align: center;
}

#fotogallery_list_container #item {
	font-size: 11px;
	line-height: 19px;
	color: #222222;
}

#fotogallery_list_container #year {
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	color: white;
	text-align: center;
	background-color: #333333;
	height: 20px;
	margin: 5px 0px;
	display: block;
}

#fotogallery_list_container #icon {
	width: 15px;
	border: 0px solid black;
	float: left;
	margin: 2px;
}

#editbox {
	background-color: orange;
	border: black solid 2px;
	position: absolute;
	visibility: hidden;
	z-index: 20;
	padding: 11px;
	float: right;
	margin-left: 280px;
}

#editbox input {
	margin-left: 5px;
	width: 500px;
}

#editbox select {
	margin-left: 23px;
}

.editbutton {
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    font-family: tahoma,verdana,arial;
    color: #dddddd;
	background-color: #444444;
	width: 70px;
	height: 20px;
	cursor:pointer;
}

.editbutton:hover {
   	background-color: #555555;
    color: white;
}