#galleryList {
	margin-bottom: 40px;
	text-align: center;
}
.newsEvent {
	border-top: 2px solid #333;
	padding: 10px 0 20px;
	background: linear-gradient(to top, #ccc, white 15px);
}
.newsTitle {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.newsPicture {
	text-align: center;
  width: 750px;
  overflow: hidden;
}
.height-normalised img {
  height: 350px;
}
.newsPicture .caption {
	color: #555;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0;
}
.newsPictureSmall {
	text-align: center;
}
.newsPictureSmall img {
	width: 350px;
}
.newsEvent p {
	text-align: center;
}
.newsEvent:last-child {
	border-bottom: 2px solid #333;
}




@media all and (max-width: 1000px) {
	.img-wrapper {
		max-width: 100%;
	}
	.newsPicture {
		width: 100%;
	}
	.height-normalised img {
		height: auto;
	}
	.newsPictureSmall img {
		max-width: 100%;
	}
}