#articleImages .carousel {
max-height: 240px;

}
.carousel-caption {
    z-index: 10;
}
#articleImages .carousel .item {
    background-color: #777;
    max-height: 240px;
}

#articleImages .carousel-inner > .item > img, 
#articleImages .carousel-inner > .item > a > img{
max-width: 100%;
max-height:100%;
max-height: 165px;
margin: auto;
}