

img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */

#foto_box {
	width: 116px;
	height: 116px;
	background: #fff;
	border: solid 1px #E1E1E1;
	padding: 3px;
	text-align: center;
	min-height: 116px;
	display: table-cell;
	vertical-align: middle

}


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 7px;
	margin: 0;
	float: left;
	position: relative;
	width: 120px;
	height: 135px;
}
.gallery img {
	background: #fff;
	border: solid 0px #666;
	padding: 3px;
	
}
.gallery li:hover img {
	border-color: #666;
}

.gallery a {
	text-decoration: none;
	color: #000;
}

/* ---------- gallery styles ends here ----------------------- */
