/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:100%;
margin:1em auto;
}

.thumb, .no-thumb {
text-align:center;
float:left;
width:135px;
height:170px;
margin:20px;
}

.gallery .thumb a img {border:1px solid #c9c9c9;}

.thumb a img {display:block;}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

.gallerytitle{
	font-family: Arial;
	font-size: 15px;
	color: #787878;

}
