
.list-inline li {
	position: relative;
}
.selected-mask {
	display: none;
}
.list-inline li a.selected  .selected-mask {
	display: block;
	position: absolute;
	top: 0;
	height: 5px;
	width: 100%;
	background: #E4B701;
}

.list-inline li a.selected:after { top: 5px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.list-inline li a.selected:after { border-color: rgba(228, 231, 231, 0); border-top-color: #E4B701; border-width: 14px; left: 50%; margin-left: -14px; }

.list-inline {
	margin: 0px !important;
}
.list-inline li{
	padding: 0px !important;
	background: #fff;	
}

@media (min-width:1200px) {
	.list-inline li, .list-inline li img{
		width: 225px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.list-inline li, .list-inline li img{
		width: 185px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.list-inline li, .list-inline li img{
		width: 141px;
	}
}
@media (max-width: 768px) {
	.list-inline {
		display: none;
	}
}


.carousel-inner-slide {
	position: relative;
}

.transition-timer-carousel-progress-bar {
    height: 5px;    
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.carousel-caption {
	text-align: left !important;
	padding: 0px 20px 10px 20px !important;
}
.carousel-selector-date {
	color: #999;
	padding: 5px;
}
.carousel-selector-shortdesc {
float:left;
width: 100%;
	padding: 5px;
	line-height: 1.4em;
	height: 4.8em;
	overflow: hidden;
	color: #333;
}
