#wrapper {
    width: 1100px;
    min-height: 96%;
    height: auto !important;
    height: 96%;
    text-align: left;
    margin: 0 auto -30px;
    padding: 0 10px 0px 10px;
}
#bigPic {
    margin: 0px;
    text-align: center;
    position: relative;
}
#bigPic img {
		width: 100%;
    display: none;
}
#bigPic img:first-child {
	display: block;
}
ul#thumbs li.active {
    background-color: #FFF;
    opacity: .6;
    padding: 0;
    margin-bottom: 0px;
		border-top: 8px solid #010C04;
		border-bottom: 8px solid #010C04;
    cursor: pointer;
}
ul#thumbs,
ul#thumbs li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
ul#thumbs li {
    margin-bottom: 0px;
    border-top: 8px solid #010C04;
		border-bottom: 8px solid #010C04;
    cursor: pointer;
}
ul#thumbs img {
    opacity: 0.5;
}
