
.fu_blackonwhite{color:#000;background-color:#fff;}
.fu_blackonwhite a, .fu_blackonwhite a:active, .fu_blackonwhite a:hover{color:#000;}
.fu_whiteonblack{color:#fff;background-color:#000;}
.fu_whiteonblack a, .fu_whiteonblack a:active, .fu_whiteonblack a:hover{color:#fff;}

/*Thedots/bullets/indicators*/
.fu_slidedot,.fu_slideprev,.fu_slidenext{font-size:24px;height:18px;width:18px;cursor:pointer;margin:0 2px;display:inline-block;transition:background-color 0.6s ease;}
.fu_slideprev,.fu_slidenext{color:#bbb;}
.fu_slidenext{right:0;}
.fu_slidedot{background-color:#bbb;border-radius:50%;}
.fu_slideprev:hover, .fu_slidenext:hover { color:#717171; }
.fu_slideactive, .fu_slidedot:hover { background-color:#717171; }
.fu_slideloadmore { 
  display: inline-block; 
  text-align: center; 
  color: #fff; 
  background: #717171; 
  width: 60%; 
  cursor: pointer; 
  text-transform: uppercase; 
  font-family: sans-serif; 
  border-radius:10px;
}
.fu_slidegototop  { 
  display: block; 
  text-align: center; 
  color: #fff; 
  background: #717171; 
  cursor: pointer; 
  float: right;
  margin-right: 10px;
  padding: 0px 10px;
  border-radius:10px;
}
.fu_slideloadmore:hover, .fu_slidegototop:hover { background-color:#888; }

/*Fadinganimation*/
.fu_slidefade {
  -webkit-animation-name: fu_slidefade;
  -webkit-animation-duration: 1.5s;
  animation-name: fu_slidefade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fu_slidefade { 
  from {opacity:.4} to {opacity:1}
}
@keyframes fu_slidefade {
  from {opacity:.4} to {opacity:1}
}

