/**
 * Styles for Fusion Extension - Text Gallery
 */
 
.fsn-gallery .text	{
	background-color:transparent;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border:none;	
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	padding-bottom:30px;
}
.fsn-gallery .text img.text-image{
	width: auto;
}
.fsn-gallery .text .flex-control-nav{
	bottom: 0;
}
.fsn-gallery .text .text-image{
	display: inline-block;
}
.fsn-gallery .text a > .gallery-item-headline, .fsn-gallery .text a > .gallery-item-desc{
	color: inherit;
}
.no-opacity .fsn-gallery .text * {
	opacity: inherit; filter: inherit;
}