I\'m pretty sure this is the code I need to modify, but for some reason I can\'t get the gradients to disappear in IE. I want them completely gone!
.carousel-con
IE has a weird filter and this worked when trying to fix it in IE9 (should work for all):
.carousel-control.left, .carousel-control.right{ background: none !important; filter: none !important; progid:none !important; }