.nivoSlider { position: relative; width: 100%; overflow: hidden; }
.nivoSlider img { width: 100%; height: auto; display: block; }
.nivo-controlNav { text-align: center; padding: 10px 0; }
.nivo-controlNav a { display: inline-block; width: 12px; height: 12px; background: #ccc; border-radius: 50%; margin: 0 4px; cursor: pointer; }
.nivo-controlNav a.active { background: #2e7d3e; }
.nivo-directionNav a { position: absolute; top: 50%; width: 32px; height: 32px; background: rgba(0,0,0,.4); color: #fff; border-radius: 50%; text-align: center; line-height: 32px; cursor: pointer; }
.nivo-prevNav { left: 12px; } .nivo-nextNav { right: 12px; }
