.nivoSlider
{
  width:100%;
  height:auto;
  overflow:hidden;
  position:relative;
  background:#fff url(/static/img/nivo-loading.gif) no-repeat 50% 50%;
}

.nivoSlider img
{
  max-width:none;
  position:absolute;
  top:0;
  left:0;
  display:none;
}

.nivo-main-image
{
  display:block!important;
  position:relative!important;
  width:100%!important;
}

.nivoSlider a.nivo-imageLink
{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
  z-index:6;
  display:none;
  margin:0;
  padding:0;
}

.nivo-slice
{
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}

.nivo-box
{
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}

.nivo-box img
{
  display:block;
}

.nivo-html-caption
{
  display:none;
}

.nivo-directionNav a
{
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
  display:block;
  width:30px;
  height:30px;
  background:url(/img/nivo-arrows.png) no-repeat;
}

.nivo-prevNav
{
  left:0;
}

.nivo-nextNav
{
  right:0;
}

.nivo-controlNav
{
  text-align:center;
  top:220px;
  left:230px;
  position:absolute;
  z-index:1000;
}

.nivo-controlNav a
{
  cursor:pointer;
  display:inline-block;
  width:10px;
  height:10px;
  background:#9F9F9F;
  text-indent:-9999px;
  border:0;
  margin:0 6px 0 0;
}

.nivo-controlNav a.active
{
  font-weight:700;
  background:#E2E2E2;
}

a.nivo-nextNav
{
  background-position:-30px 0;
  right:15px;
}

a.nivo-prevNav
{
  left:15px;
}

.nivo-caption
{
  font-family:'PT Sans';
  position:absolute;
  top:50px;
  left:230px;
  z-index:1000;
  width: 400px;
  overflow: hidden;
}

    .nivo-caption a {
        color: #000;
        text-decoration: none;
    }

.nivo-caption .text
{
  font-size:18px;
  line-height:19px;
}

.nivo-caption h1
{
  margin-bottom:10px;
  font-size:26px;
}

.nivo-controlNav.nivo-thumbs-enabled
{
  width:100%;
}

.nivo-controlNav.nivo-thumbs-enabled a
{
  width:auto;
  height:auto;
  background:none;
  margin-bottom:5px;
}

.nivo-controlNav.nivo-thumbs-enabled img
{
  display:block;
  width:120px;
  height:auto;
}
