@charset "utf-8";
.pictures-home {
	border: 5px solid #cccccc;
	margin: 10px;
}

.imageFrame{
	overflow:hidden;
	width:200px;
	height:220px;
}
.imageOverlay{
	opacity:0.3;
	filter:alpha(opacity:50);
	background-color:#000000;
	position:relative;
	top:-210px;
	height:200px;
	width:180px;
	margin-left:10px;
}

.imageOverlay:hover{
	opacity:0;
	filter:alpha(opacity:0);
	background-color:#000000;
	position:relative;
	top:-215px;
	height:205px;
	width:180px;
	margin-left:10px;
}

