body { padding-top: 50px; }
/*#####################
Additional Styles (required)
#####################*/
#myCarousel .carousel-caption {
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}
#myCarousel .list-group {
	position: absolute;
    top: 0;
    right: 0;
    overflow-y: scroll;
    height: 481px;
}
#myCarousel .list-group::-webkit-scrollbar-track 
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
	height: 61px!important;
	padding: 8px;
}

#myCarousel .list-group .active {
	background-color:#fdffda;	
	color: initial;
	border-color: #2e3a52;
	border-left: 0;
}
#myCarousel li.list-group-item:hover {
	background:#fdffda;
}

#myCarousel .list-group a {
	text-decoration: none;
}

@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
	.carousel-inner>.item>img { 
		 width: 100%;
		 height: 481px;
	}
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}

#myCarousel .list-group-item img {
  /* 7 items width: 73px;
  height: 45px;*/
  width: 68px;
    height: 43px;
  float: left;
  margin-right: 10px;
}

.sub-style-0 {
	font-weight: 700;
	font-size: 14px;
}
.sub-style-1 {
	font-size:12px; 
	color: #888;
}
.sub-style-0, .sub-style-1 {
	display: block;
}

#myCarousel .carousel-caption,
#myCarousel .carousel-caption a,
#myCarousel .carousel-caption a:hover {
	color: #fff;
	text-decoration: none;
}
#myCarousel .carousel-caption span {
	display: block;
	font-size: small;
	color: #eee;
	padding: 0 0 3px 0;
 }
#myCarousel .carousel-caption span:first-child {
	font-size: large;
	font-weight: 600;
}


.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 481px;
}
