#lvl_fotogallery { width: auto; padding: 0px; margin: 4px; }
#gallery_preview {
	text-align: center;
	width: 99%;
	border: none;
	padding: 6px 0px 6px 0px;
}

#gallery_preview img {
	border: 3px solid White;
	vertical-align: middle;
	margin: auto;
	display: block;
	margin-bottom: 2px;
}

#gallery_preview a {
	display: block;
	border: 1px solid #ffab2d;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	height: 130px;
	width: 130px;
	margin: 8px 1px;
	padding: 0px 0px 4px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	/*	background-position: center;
	background-repeat: no-repeat; background-image: url(../../../images/lytebox/loading.gif); */
	background-color: #ffe2b7;
	font-size: 10px;
}
#gallery_preview a div {
	font-size: 11px;
}
#gallery_preview a:hover {
	background-color: #ffd697;
}
