#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:center;
        width: 450px;
	padding:10px;
	// line-height: 38px;
	//background:rgba(0,0,0,0.6);
	// font-weight: 900;
	background:white;
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	// background-color: red;
	// line-height: 38px;
	// font-weight: 900;
	text-align:justify;
	//cursor:pointer;
}
#myCarousel .list-group .active {
	 // background-color:#eee;	
	 //background-color: rgb(255,255,255);
	 // line-height: 38px;
	 background-color: white;
	 font-weight: 900;
	 color: black;
}

@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}

@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}