   .carousel {  /*height: 500px; OLD*/  /*margin-bottom: 60px; OLD*/  /*max-width:1200px; THIS IS OPTIONAL (ANY SIZE YOU LIKE)*/margin: 0 0 0 0;padding: 0 0 0 0;text-align:center;}.carousel-inner > .item > img {  /*position: absolute; OLD+WHY?*/  /*top: 0; OLD+WHY?*/  /*left: 0; OLD+WHY?*/width:100%;margin: 0 0 0 0;padding: 0 0 0 0;overflow: hidden;}.carousel-indicators{visibility:hidden;}.carousel-indicators li{visibility:hidden;}.carousel-indicators .active{visibility:hidden;}.carousel-indicators li .active{visibility:hidden;}@media (max-width:767px){.carousel-indicators{visibility:hidden;}}.carousel-control{position:absolute;top:0;bottom:0; width:60px;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0, 0, 0, .6);background-color:rgba(0, 0, 0, 0);filter:alpha(opacity=50);opacity:.5; z-index:20; }.carousel-control.left{ left:20px; right:auto; background-repeat: repeat-x;    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);}.carousel-control.right { right:20px; left:auto; background-repeat: repeat-x;    background-image: linear-gradient(to right, rgba(0, 0, 0, .0000) 0%, rgba(0, 0, 0, .0) 100%);}.carousel >  a:link{ color:#fff; text-decoration: none; }.carousel >  a:hover { opacity:.9;}.carousel >  a:focus  { opacity:.9;}