.carousel{
}
.carousel .item{
    min-height: 180px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
    margin: 20px;
}
.slideshowimg{
    height: 120px!important;
}

.slideshowOrb{
    display:none!important;
}