/*Style the bootstrap carousel*/ 
.carousel,.item,.active{
    height:100%;
}
.carousel-inner{
    height:100%;
}
/*************************************************
** The left and right control area's are shaded **
** with a gradient.  The css below keeps that   **
** from happening.                              **
*************************************************/
.carousel-control.left {
    background-image: none !important;
}
.carousel-control.right {
    background-image: none !important;
}
/************************************************/
