/* Slider Caption */

.nivo-caption{
  background-color:#FFFFFF !important;
  padding:14px 10px;  
}

.nivo-caption h5, .nivo-caption h5 a{
  color:#666 !important;
  text-transform:uppercase;
  font-size:16px;
}

h5.tab0, h5.tab0 a{
  color:#99cc33 !important;
}

h5.tab1, h5.tab1 a{
  color:#990099 !important;
}

h5.tab2, h5.tab2 a{
  color:#3399cc !important;
}

h5.tab3, h5.tab3 a{
  color:#ff6683 !important;
}

/* Slider Buttons */


.nivo-controlNavHolder .nivo-controlNav{
  bottom:0 !important;
  left:0 !important;
  width:698px;
  height:55px;
  z-index:100000;
}

.nivo-controlNav a{
  margin:0 !important;  
}

.nivo-control{
  height:55px !important;
  background-color:#FFFFFF !important;
  background-image:url(../images/slider-buttons.jpg) !important;  
}

.controlHolder{
  float:left;
  
}

#tab0 .nivo-control{
  background-position:0 0;
  width:148px !important;
}

#tab0 .active{
  background-position:0 -55px !important;
  
}

#tab1 .nivo-control{
  background-position:-148px 0;
  width:127px !important;
}

#tab1 .active{
  background-position:-148px -55px !important;
}

#tab2 .nivo-control{
  background-position:-275px 0;
  width:147px !important;
}

#tab2 .active{
  background-position:-275px -55px !important;
}

#tab3 .nivo-control{
  background-position:-421px 0;
  width:120px !important;
}

#tab3 .active{
  background-position:-421px -55px !important;
}

#tab4 .nivo-control{
  background-position:-541px 0;
  width:151px !important;
}

#tab4 .active{
  background-position:-541px -55px !important;
}


.nivo-prevNav{
  height:43px !important;
  left:0 !important;
}

.nivo-nextNav{
  height:43px !important;
  right:0 !important;
}