.latest-photo {
	width: 100%;
	box-sizing: border-box;
}

#no-photos {
	display: none;
	text-align: center;
}

#latest-photos-carousel {
	display: none;
	width: 100%;
}

#latest-photos-carousel-container {
	position: relative;
	overflow: hidden;
	width: inherit;
	margin: 0 auto;
}

#latest-photos-carousel-body {
	position: static;
	width: 10000000px;
	transition: margin-left 0.5s;
	overflow: auto;
}

#latest-photos-carousel-body > div {
	width: 500px;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}

#latest-photos-carousel-body > div > img {
	/*height: 300px;
	width: auto;*/
	/*width: 90%;
	height: auto;*/
	width: auto;
    height: 400px;
    max-width: 60%;
}

#latest-photos-carousel-navleft {
	cursor: pointer;
	z-index: 2;
	display: none;
	width: 10px;
	height: 17px;
	position: absolute;
	left: 1px;
	top: 20px;
}

#latest-photos-carousel-navright {
	cursor: pointer;
	z-index: 2;
	display: none;
	width: 10px;
	height: 17px;
	position: absolute;
	right: 1px;
	top: 20px;
}

#latest-photos-carousel-nav {
	padding: 0px 25px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#latest-photos-carousel-nav div.slide-page-container {
	position: static;
	width: 10000000px;
	transition: margin-left 0.5s;
	overflow: auto;
}

#latest-photos-carousel-nav div.slide-page {
	width: 500px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	margin-right: 25px;
}

#latest-photos-carousel-nav div.slide {
	padding: 2px;
	margin: 5px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}

#latest-photos-carousel-nav div.slide.active,
#latest-photos-carousel-nav div.slide:hover {
	padding: 1px;
	border: 1px solid #333;
}

#latest-photos-carousel-nav img.navImg {
	/*height: 50px;
	width: auto;*/
	width: 50px;
	height: auto;
	display: block;
	max-height: 50px !important;
}

#latest-photos-carousel-body div.media-buttons-container {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	bottom: -50px;
	left: 0px;
	transition: bottom 0.5s;
	padding: 10px 0;
	box-sizing: border-box;
}

#latest-photos-carousel-body div.media-buttons-container img {
	width: 30px;

}

#latest-photos-carousel-body div.image-container:hover div.media-buttons-container {
	bottom: 0px;
}

#latest-photos-carousel-body .meta-info {
	float: right;
    width: 120px;
    margin-left: -150px;
    text-align: left;
}

#latest-photos-carousel-body .meta-info h3{
	font-size: 14px;
	font-weight: bold;
}
#latest-photos-carousel-body .meta-info p{
	font-size: 14px;
}
