.PhotoGallery .galleria-container.fullscreen .galleria-info-text
{
	display: block;
}

.PhotoGallery .galleria-info-text
{
	display: none;
}

.PhotoGallery .galleria-stage .galleria-images .galleria-image
{
	cursor: pointer;
}

.PhotoGallery .galleria-counter
{
	left: 4px;
	bottom: 1px;
}

.PhotoGallery .galleria-info-close
{
	display: none !important;
}

.PhotoGallery .galleria-container
{
	background: #FFFFFF;
}

.PhotoGallery .galleria-stage
{
	border-bottom: 1px solid #CCCCCC;
}

.PhotoGallery .galleria-thumbnails .galleria-image img
{
	opacity: 1 !important;
}

	.PhotoGallery .galleria-thumbnails .galleria-image img:hover
	{
		opacity: .88 !important;
	}

.PhotoGallery .galleria-thumbnails .galleria-image.active img
{
	opacity: .75 !important;
}

.PhotoGallery .galleria-counter
{
	color: #000000;
}

.PhotoGallery .galleria-thumb-nav-right, .PhotoGallery .galleria-thumb-nav-left,
.PhotoGallery .galleria-image-nav-right, .PhotoGallery .galleria-image-nav-left
{
	background-position: center center;
	background-size: 30px 30px;
	background-color: transparent;
}

.PhotoGallery .galleria-thumb-nav-right
{
	background-image: url(../../../../standard/images/next.gif);
}

.PhotoGallery .galleria-thumb-nav-left
{
	background-image: url(../../../../standard/images/prev.gif);
}

.PhotoGallery .galleria-image-nav-right
{
	background-image: url(../../../../standard/images/next.gif);
}

.PhotoGallery .galleria-image-nav-left
{
	background-image: url(../../../../standard/images/prev.gif);
}

.PhotoGallery .galleria-thumbnails
{
	margin: auto;
}

	.PhotoGallery .galleria-thumbnails .galleria-image
	{
		max-width: 60px;
	}