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

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

#gallery_preview a {
	display: block;
	border: 1px solid #ffc104;
	height: 130px;
	width: 130px;
	margin: 2px;
	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: #fff3d0;
	font-size: 10px;
}
#gallery_preview a div {
	font-size: 11px;
}
#gallery_preview a:hover {
	background-color: #ffecb2;
}
