/* line 7, ../sass/kf_slideshow.scss */
#edit-kf-slideshow-nivo .form-type-textfield label,
#edit-kf-slideshow-nivo .form-type-select label {
  width: 140px; }
/* line 14, ../sass/kf_slideshow.scss */
#edit-kf-slideshow-nivo fieldset .form-type-textfield label,
#edit-kf-slideshow-nivo fieldset .form-type-select label {
  width: 120px; }

/* line 24, ../sass/kf_slideshow.scss */
#edit-kf-slideshow-theme-bar .form-type-jquery-colorpicker,
#edit-kf-slideshow-nav-arrows .form-type-jquery-colorpicker,
#edit-kf-slideshow-control-nav .form-type-jquery-colorpicker {
  width: 50%; }

/* line 32, ../sass/kf_slideshow.scss */
.slider-wrapper.radius,
.radius .nivoSlider,
.radius .nivoSlider img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 38, ../sass/kf_slideshow.scss */
.radius .nivo-controlNav {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 42, ../sass/kf_slideshow.scss */
.slider-wrapper .nivo-directionNav a {
  background: none;
  text-indent: 0;
  height: auto;
  width: auto; }

/* line 49, ../sass/kf_slideshow.scss */
.nivo-caption {
  padding: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8); }
  /* line 54, ../sass/kf_slideshow.scss */
  .nivo-caption p,
  .nivo-caption h3 {
    padding: 5px 10px;
    margin: 0; }

/* line 62, ../sass/kf_slideshow.scss */
.nivo-controlNav:not(.nivo-thumbs-enabled) a {
  background: none;
  text-indent: 0;
  width: auto;
  height: auto; }
  /* line 68, ../sass/kf_slideshow.scss */
  .nivo-controlNav:not(.nivo-thumbs-enabled) a .fa {
    color: rgba(102, 102, 102, 0.7);
    text-shadow: 0 1px 1px #FFFFFF, 0 0 0 #000000, 0 1px 1px #FFFFFF; }
  /* line 74, ../sass/kf_slideshow.scss */
  .nivo-controlNav:not(.nivo-thumbs-enabled) a.active .fa {
    color: rgba(68, 68, 68, 0.7);
    font-weight: normal; }
