#masthead .carousel-caption {
    background-color: transparent;
}
.JOB_nav_header {
    font-weight: bold !important;
    font-size: 19px !important;
}

#masthead .carousel-caption:hover {
    background-color: transparent;
  }
body {
    color: #000000;
}
.HeaderColor {
    color: #ffffff;
}

.carousel-caption {
    background: none;
}
.carousel-control {
    background: none;
}

.carousel-control.left {
	background:none !important;
}
.carousel-control.right {
  right: 0;
  left: auto;
	background:none !important;
}