.nivoSlider {
overflow: hidden;
position: relative;
width: 100%;
height: auto;
}
.nivoSlider img {
display: none;
position: absolute;
top: 0;
left: 0;
max-width: none !important;
}
.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
} .nivoSlider a.nivo-imageLink {
display: none;
position: absolute;
z-index: 6;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
opacity: 0;
background: white;
filter: alpha(opacity=0);
} .nivo-slice {
display: block;
position: absolute;
z-index: 5;
top: 0;
height: 100%;
}
.nivo-box {
display: block;
overflow: hidden;
position: absolute;
z-index: 5;
}
.nivo-box img {
display: block;
} .nivo-caption {
display: none;
overflow: hidden;
position: absolute;
z-index: 8;
bottom: 0;
left: 0;  box-sizing: border-box;
width: 100%;
padding: 5px 10px;
opacity: 0.8;
color: #fff;
background: #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=8);
-moz-opacity: 0.8; }
.nivo-caption p {
margin: 0;
padding: 5px;
}
.nivo-caption a {
display: inline !important;
}
.nivo-html-caption {
display: none;
} .nivo-directionNav a {
position: absolute;
z-index: 9;
top: 45%;
cursor: pointer;
}
.nivo-prevNav {
left: 0;
}
.nivo-nextNav {
right: 0;
} .nivo-controlNav {
padding: 15px 0;
text-align: center;
}
.nivo-controlNav a {
cursor: pointer;
}
.nivo-controlNav a.active {
font-weight: bold;
}.theme-default .nivoSlider {
position: relative;
margin-bottom: 10px;
background: #fff url(//www.clown-tomtom.de/wp-content/plugins/nivo-slider-lite/assets/themes/default/loading.gif) no-repeat 50% 50%;
box-shadow: 0 1px 5px 0 #4a4a4a;
}
.theme-default .nivoSlider img {
display: none;
position: absolute;
top: 0;
left: 0;
max-width: none !important;
}
.theme-default .nivoSlider a {
display: block;
border: 0;
}
.theme-default .nivo-controlNav {
padding: 20px 0;
text-align: center;
}
.theme-default .nivo-controlNav a {
display: inline-block;
width: 22px;
height: 22px;
margin: 0 2px;
border: 0;
background: url(//www.clown-tomtom.de/wp-content/plugins/nivo-slider-lite/assets/themes/default/bullets.png) no-repeat;
text-indent: -9999px;
}
.theme-default .nivo-controlNav a.active {
background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
border: 0;
opacity: 0;
background: url(//www.clown-tomtom.de/wp-content/plugins/nivo-slider-lite/assets/themes/default/arrows.png) no-repeat;
text-indent: -9999px;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
opacity: 1;
}
.theme-default a.nivo-nextNav {
right: 15px;
background-position: -30px 0;
}
.theme-default a.nivo-prevNav {
left: 15px;
}
.theme-default .nivo-caption {
font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
border-bottom: 1px dotted #fff;
color: #fff;
}
.theme-default .nivo-caption a:hover {
color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
margin-bottom: 5px;
background: none;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}