/*span.plus {
	position: absolute;
	width: 100%;
	display: none;
	height: 100%;
	background: url("http://src.bydleni.com/emedia/crisp-warm/images/plus.png") 50% 50% no-repeat;
	left: 0;
	top: 0;
	opacity: 0;
} */

/* Gallery without any image */
.gallery .image-summary{
	background: #976533;
}
.gallery .image-summary a{
	text-decoration: none;
}
.gallery .image-summary blockquote {
	color: #fcf8e5;
	clear: both;
	font-style: italic;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 20px 0 50px;
	position: relative;
	quotes: none;
	background: url("http://src.bydleni.com/emedia/crisp-warm/images/open-quote-white.png") 0 0 no-repeat;
	border: 0px;
	font-size: 170%;
	line-height: 175%;
}
.gallery .image-summary blockquote footer {
	clear: both;
	display: block;
	text-align: right;
	font-size: 80%;
}
.gallery .image-summary blockquote footer:before{
	content: "- ";
}
/* End Gallery styling */