@charset "utf-8";

#gallerycontainer {
	position: relative;
	text-align: center;
	width: 900px;
	height: 570px;
	margin: 0 auto;
	overflow: none;
}

#content #gallery {
	position: relative;
	text-align: center;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	overflow: none;
	opacity: 0;
}

.galleria-container {
	background-color: rgb(248,242,236) !important;
	background-color: rgba(248,242,236,0) !important;
	border-radius: 10px;
}

.galleria-info-text {
	position: absolute;
	background-color: rgb(248,242,236) !important;
	background-color: rgba(248,242,236,0.8) !important;
	height: 0px !important;
	opacity: 0;
}

.galleria-counter {
	opacity: 0 !important;
}