.theme-light.slider-wrapper {
padding: 10px;
background: #fff;
}
.theme-light .nivoSlider {
overflow: visible;
position: relative;
margin-bottom: 10px;
background: #fff url(//valeriabonaldi.it/wp-content/plugins/nivo-slider-lite/assets/themes/light/loading.gif) no-repeat 50% 50%;
}
.theme-light .nivoSlider img {
display: none;
position: absolute;
top: 0;
left: 0;
max-width: none !important;
}
.theme-light .nivoSlider a {
display: block;
border: 0;
}
.theme-light .nivo-controlNav {
position: relative;
z-index: 10;
padding: 0;
text-align: left;
}
.theme-light .nivo-controlNav a {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 2px;
border: 0;
background: url(//valeriabonaldi.it/wp-content/plugins/nivo-slider-lite/assets/themes/light/bullets.png) no-repeat;
text-indent: -9999px;
}
.theme-light .nivo-controlNav a.active {
background-position: 0 100%;
}
.theme-light .nivo-directionNav a {
display: block;
z-index: 11;
top: auto;
bottom: -36px;
width: 30px;
height: 30px;
border: 0;
background: url(//valeriabonaldi.it/wp-content/plugins/nivo-slider-lite/assets/themes/light/arrows.png) no-repeat;
text-indent: -9999px;
}
.theme-light .nivo-directionNav a:hover {
border-radius: 2px;
background-color: #eee;
}
.theme-light a.nivo-nextNav {
right: 0;
background-position: 160% 50%;
}
.theme-light a.nivo-prevNav {
right: 35px;
left: auto;
background-position: -60% 50%;
}
.theme-light .nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
border-bottom: 1px dotted #fff;
color: #fff;
}
.theme-light .nivo-caption a:hover {
color: #fff;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled {
width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
margin-bottom: 5px;
background: none;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}