#newsCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}
#newsCarousel .carousel-caption a {
	color:#DDD6C3;
}
#newsCarousel .carousel-caption a:hover {
	color:#fff;
	text-decoration:none;
}
#newsCarousel .carousel-caption  .label {
	border-radius:0;
	background-color:inherit;
}
#newsCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
	width:30em;
	list-style-type:none;
}
#newsCarousel .list-group h4 {
	font-weight:normal;
	font-size:1em;
}
#newsCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
	margin-bottom:25px;
	font-size:1.4em;
}
#newsCarousel .list-group-item  > p{
	font-size:.8rem;
	line-height:1.4em;
}
#newsCarousel .list-group .active {
	background-color:#eee;	
}
@media (min-width: 1000px), (max-width: 1100px) {
#newsCarousel .list-group {
	width:25em;
}
}
@media (min-width: 992px) { 
	#newsCarousel {padding-right:39.3333%;}
	#newsCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#newsCarousel .list-group {display:none;} 
}
[class^="icon-"], [class*=" icon-"] {
	/**background-image:url("../img/glyphicons-halflings-white.png");**/
	background-image:url("../img/glyphicons-halflings.png");
	/**margin-top:14px;*//
}
.icon-trash, .icon-edit {
        background-image:url("../img/glyphicons-halflings.png");
}
