ul.gallery_images {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.gallery_images li {
	display: block;
	float: left;
	/*height: 100px;
	padding: 15px;*/
	width: 25%;
}

ul.gallery_images img {
	border: 4px solid #fff;
}

ul.gallery_images a:hover img {
	border: 4px solid #d5d5d5;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .25);*/
	
}