@charset "UTF-8";
#gallery {
}
#largeimage {
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#largeimage ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#largeimage ul li {
	height: 450px;
	width: 100%;
}
#thumbnails {
	display: inline-block;
	text-align: center;
	padding-top: 20px;
}
.row #thumbnails ul {
	list-style-type: none;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#thumbnails ul li {
	width: 75px;
	height: 75px;
	float: left;
	border: medium solid rgba(255,255,255,1.00);
	opacity: 0.5;
	cursor: pointer;
}
#thumbnails ul li:hover {
	opacity: 1;
	border-style: none;
}
.btn {
	border-style: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: rgba(255,255,255,1.00);
	background-color: rgba(95,93,97,1.00);
}
.btn:hover {
	background-color: rgba(122,122,122,1.00);
}
#photos {
}
.btn-active  {
	background-color: rgba(30,114,0,1.00);
}
.videobtn {
}
