div.carousel {
	width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	overflow:hidden;
}
div.carousel div.mask div.slideset {
	width: 99999px;
	float: left;
}
.carousel .mask{
	width:100%;
	height: 350px;
	margin:0 auto;
	overflow: hidden;
}
div.carousel div.mask:after{
	clear:both;
	display:block;
	content:'';
}
div.carousel div.mask div.slide {
	width: 100%;
	height: 350px;
	float: left;

}
div.carousel div.mask .slide-holder{
	position: relative;
	padding: 0 0px;
}
div.carousel div.mask .slide-holder .slider-post-img-link-container {
	width: 100%;
	height: 350px;
	background-color: #000;
}
div.carousel div.mask .slide-holder .slider-post-img-link {
	width: 100%;
	height: 350px;
	overflow: hidden;
	display: block;
	position: relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
div.carousel div.mask .slide-holder .slider-post-img-link:hover {
	opacity: 0.77;
}
.carousel .slide img { display: block; }
.carousel .pagination-holder {
	text-align: center;
	padding: 0px 0 0;
}
.carousel .pagination { display: inline-block; vertical-align: top; padding-left: 0px; }
.carousel .pagination ul li {
	list-style: none;
	display: inline-block;
	margin: 0 4px;
	color: transparent;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	overflow: hidden;
}
.carousel .pagination ul li:first-child{margin-left: 9px;}
*+html .carousel .pagination ul li { display: inline; }
.carousel .pagination a {
	display: block;
	border-radius: 50%;
	background: #d3d3d3;
	width: 10px;
	height: 10px;
}
.carousel .pagination .active a {
	background: #f57c01;
}
.carousel .pagination-holder .btn-prev {
	display: inline-block;
	background: url(ico-left.png) no-repeat;
	font-size: 0;
	line-height: 0;
	color: transparent;
	overflow: hidden;
	width: 11px;
	height: 9px;
	vertical-align: top;
}
.carousel .pagination-holder .btn-next {
	display: inline-block;
	background: url(ico-right.png) no-repeat;
	font-size: 0;
	line-height: 0;
	color: transparent;
	overflow: hidden;
	width: 11px;
	height: 10px;
	margin-left: 5px;
	vertical-align: top;
}
*+html .carousel .pagination-holder .btn-next { display: inline; }
*+html .carousel .pagination-holder .btn-prev { display: inline; }
.carousel .details {
	display: table;
	background: #efefef;
	opacity: 0.8;
	position: absolute;
	width: 550px;
	height: 60px;
	padding: 10px 10px 5px 10px;
	bottom: 0px;
}
.carousel .details .title {
	display: table-cell;
	vertical-align: middle;
	color: #018e93;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	border-bottom: none;
}
.carousel .details .title a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	font-size: 24px;
}
.carousel .details .title a:hover{
	color: #ff4a0b;
}
.carousel .details .excerpt {
	color: #333;
	font-weight: 500;
	font-size: 13px;
	margin-top: 5px;
	display: none;
}
.carousel .details .by {
	display: block;
	font-family: SourceSansPro;
	font-weight: bold;
}
.carousel .details .by a { 
	color: #444;
	font-weight: normal;
	text-decoration: none; 
}
.carousel .details .by a:hover { 
	color: #ff4a0b;
}
