.cont-gallery {
	width:160px;
}
.cont-gallery ul {
	margin: 0px;
	padding: 0px;
}
.cont-gallery li {
	display:block;
	width:120px;
	height:90px;
	overflow:hidden;
	border: 4px solid #E5E5E5;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
.cont-gallery ul li {
	cursor: pointer;
}
.galleria_wrapper {
	border: 4px solid #F1EBB6;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 8px;
	text-align: center;
}
.caption {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	display: block;
}
.caption2 {
}
