.gallery {
	height: 650px;
	width: 50%;
}

.bigPic {
	position: relative;
	width: 100%;
	height: 530px;
	text-align: center;
	background:rgba(255,0,0,0.7);
	margin: 0;
}

.bigPic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.galleryNav {
	padding-top: 15px;
	padding-left: 0;
	text-align: center;
	height:100px;
}

.galleryThumb {
	position: relative;
	display: inline-block;
	margin-right: 1%;
	margin-left: -4px;
	width: 19%;
	height: 100px;
	outline: 1px solid #ddd;
	text-align: center;
}

.galleryThumb:last-child {
	margin-right: 0;
}

.galleryThumb:hover {
	opacity: 0.7;
	cursor: pointer;
	transition: all 0.2s;
}

.galleryThumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100px;
}

#picsNavContainer {
	display: inline-block;
}