.lightbox {
	height: 100%;
}
.albums {
	padding: 10px 0 15px;
}

.albums .btn-default {
	background-color: #ebebeb;
}

#albums {
	list-style: none;
	padding-left: 0;
}

.current-album {
	padding-right: 8px;
	font-weight: 700;
}

.caret {
	top: -2px;
	position: relative;
}

.photos {
	padding: 0;
}

.photos div {
	padding: 0 0px 0px 0;
}

.photos .thumbnail {
	padding: 0px;
	-webkit-transition: none;
	transition: none;
}

.photos a.thumbnail:hover,
.photos a.thumbnail:focus {
	border-color: #004132;
	border-width: 6px;
	top: -5px;
	left: -5px;
	position: relative;
	z-index: 1;
	-webkit-transition: none;
	transition: none;
}


@media (max-width: 456px) {
	.photos div {
		width: 50%;
		padding: 1%;
	}
	.photos img {
		width: 100%;
	}
	.photos a.thumbnail:hover,
	.photos a.thumbnail:focus {
		border: 1px solid #ccc;
		top: 0;
		left: 0;
	}
}
