Before
[nivo theme=default271]
After
[nivo class=mw200 theme=default271]
div.mw200 div.slider-wrapper { max-width: 200px; overflow: hidden; }
.theme-default271 .nivoSlider a.iframe:first-child img { margin-bottom: 40px; }
.theme-default271 .nivoSlider a.iframe:nth-child(n+2) img { border-top: 3px solid red; display:none; }
div.slider-wrapper { max-width: 618px; }
or set it on a specific page
div#post-53 div.slider-wrapper { max-width: 618px; }
Note: These notes are applicable Nivo version 2.7.1, not nivo version 3.2.
You need to choose a non-responsive theme, e.g. default271, for this method to work.
If you are using a responsive Nivo theme (e.g. the default theme) then this logic does not apply.