.fbps-album ul,
.fbps-album ul li.fbps-photo {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fbps-album ul li.fbps-photo {
	margin: 0 10px 10px 0;
	display: inline-block;
}

li.fbps-photo > div {
	display: block;
	background-color: #ddd;
	border: 1px solid #666;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

/* Fancybox adjustments */
body .fancybox-title-float-wrap .child {
	white-space: normal;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: left;
	line-height: 20px;
	display: block;
	padding-bottom: 5px;
}

body .fancybox-title-float-wrap {
	margin-bottom: 0;
	opacity: 0;
  transition: opacity .25s linear;
	left: 0;
}

body .fancybox-wrap:hover .fancybox-title-float-wrap {
	opacity: 1;
}

.lg-fbps {
	color: #fff;
	white-space: normal;
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	text-align: left;
	margin: 0 auto;
	max-width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	left: 0;
	right: 0;
	bottom: 70px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	display: none;
}

.lightGallery-slide.current:hover .lg-fbps {
	display: block;
}

.lg-fbps a {
	color: #fff;
	text-decoration: underline;
}

.lg-fbps a:hover {
	color: #fff;
	text-decoration: none;
}

#lightGallery-outer {
	background: rgba(0,0,0,0.9) !important;
}
