#my-gallery-container {
	background-color: #ededed;
}

.item {
	width: 100%;
	/*
	border: #c6c6c6 2px solid;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	*/
	min-height: 100px;
	padding: 5px;
	margin: 10px 0px;
	border-radius: 4px;
	
}

.item:hover {
	opacity: 0.5;
}

.item.h150{
	width: 100%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	min-height: 200px;
}
