
            #slider13w .nivoSlider .nivo-caption {
              opacity:0.5;
              font-size: 12px;
              font-family: _sans, Helvetica, Arial !important;
              text-align: left !important;
              color: #fff;
              background: none;
            }
            #slider13w .nivoSlider .nivo-caption h2{
              opacity:0.5;
              font-size: 16px;
              font-family: _sans, Helvetica, Arial !important;
              text-align: left !important;
              color: #fff;
              background: none;
            }
         /*
Skin Name: Nivo Slider FRANZ Theme
*/

.theme-FRANZ h2 {
position: absolute;
top: 2px;
right: 20px;
font-weight: 400;
font-size: 0.7em !important;
font-family: "Source Sans Pro", Arial, sans-serif !important;
color: #000000 !important;
}

.theme-FRANZ .nivoSlider {
	position:relative;
	background:#fff url(../nivothemes/FRANZ/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	margin-top:10px;
}
.theme-FRANZ .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-FRANZ .nivoSlider a {
	border:0;
	display:block;
}

.theme-FRANZ .nivo-controlNav {
display:none !important;
	text-align: center;
	padding: 20px 0;
}
.theme-FRANZ .nivo-controlNav a {
	display:none !important;
	width:22px;
	height:22px;
	background:url(../nivothemes/FRANZ/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-FRANZ .nivo-controlNav a.active {
display:none !important;
	background-position:0 -22px;
}

.theme-FRANZ .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../nivothemes/FRANZ/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-FRANZ:hover .nivo-directionNav a { opacity: 1; }
.theme-FRANZ a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-FRANZ a.nivo-prevNav {
	left:15px;
}

.theme-FRANZ .nivo-caption {
font-family: "Source Sans Pro", Arial, sans-serif !important;
background: rgba(255,255,255,0.7) !important;
color: #374934 !important;
font-size: 1em !important;
padding: 12px 20px 12px 20px !important;
box-sizing: border-box;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.theme-FRANZ .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-FRANZ .nivo-caption a:hover {
    color:#fff;
}

.theme-FRANZ .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-FRANZ .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-FRANZ .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: auto;
	height: auto;
}