
/* gallery.container on sivusisällöissä olevat galleriat: */

.gallery-container {
	text-align: center;
}

.gallery-container .gallery-item img {
	width: 290px;
}

/*.gallery-container > h2 {  } */

.gallery-item img {
    width: 140px;
    height: 140px;
    margin-right: 12px;
    margin-top: 16px;
}

.gallery-item {
    display: inline-block;
    vertical-align: top;
}

a.fancythumb {
	border-bottom: none;
}

a.fancythumb:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.gallery-item img:hover {
    box-shadow: 0px 0px 2px 2px #d4cfce;

}





.thumb-container {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	min-width: 200px;
	padding-right: 40px;
}

.gallery-thumb {
	border: 8px solid #fff;
	box-shadow: 2px 2px 12px rgba(0,0,0, 0.4);
	width: 100%;
	height: auto; /*200px;*/

}

.gallery-thumb:hover {
	box-shadow: 2px 2px 6px rgba(0,0,0, 0.2);
}

.caption {
	font-style: italic;
	color: #333;
	margin: 12px 8px;
	line-height: 1.3em;
	font-size: 14px;
}

 .thumb-container {
	 margin-bottom: 2em;
 }

