#my-gallery-container {
	background-color: #ededed;
	width: 98%;
	margin:0 auto;
}
p {
	text-align: center;
	color: #fff;
}
.item {
	width: 100%;
	background-color: #fff;
	min-height: 100px;
	padding: 0px;
	margin: 10px 0px;
	/*
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
	*/
	border-radius: 4px;
	color:#fff;
	overflow: hidden;
	
}

.item img {
	width: 100%;
}
.item.h150{
	width: 100%;
	min-height: 150px;
}

.item.h200{
	width: 100%;
	min-height: 200px;

}

.item.h250{
	width: 100%;
	min-height: 200px;
}
.padding{
	padding: 10px 5px;
}