.nivoo-slider,
.nivoo-slider-holder {
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 890px;
}

.nivoo-slider.got-control-nav {
  height: 630px;
}
.nivoo-slider.direction-nav-outside {
  width: 938px;
}

.direction-nav-outside .nivoo-slider-holder {
  margin: 0 24px;
}



.direction-nav-left {
    left: 0;
}
.direction-nav-right {
    right: 0;
}








/* Text */

.nivoo-slider p {
  background: #61A061;
  background: rgba(0, 102, 0, .62);
  
  bottom: -30px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  left: 0;
  margin: 0;
  /*text-indent: 10px;*/
  padding: 0 1em;
  position: absolute;
  width: 100%;
  z-index: 30;
}




















.nivoo-slice {
	display: block;
	height: 100%;
	position: absolute;
	z-index: 10;
}




/* directioNavPosition inside */
.direction-nav-left,
.direction-nav-right {
  position: absolute;
  top: 0;
  z-index: 40;
}

.direction-nav-left a,
.direction-nav-right a {
  display: block;
}

.direction-nav-left a:focus,
.direction-nav-right a:focus {
  outline: none;
}

.direction-nav-left a {
  background: rgba(255, 255, 255, 0.54) url('../img/arrow-left-out.png') no-repeat 2% 50%;
}

.direction-nav-left a:hover {
  background: rgba(0, 0, 0, 0.09) url('../img/arrow-left.png') no-repeat 2% 50%;
}

.direction-nav-right a {
  background: rgba(255, 255, 255, 0.54) url('../img/arrow-right-out.png') no-repeat 98% 50%;
}

.direction-nav-right a:hover {
  background: rgba(0, 0, 0, 0.09) url('../img/arrow-right.png') no-repeat 98% 50%;
}
    
/* directioNavPosition oustide */
.direction-nav-outside .direction-nav-left,
.direction-nav-outside .direction-nav-right {
  width: 24px;
}











/* control navigation */

div.control-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.14);
  border-top: 1px solid #aaaaaa;*/
}

div.control-nav a {
  color: #aaa;
  font-size: 30px;
  outline: none;
  padding: 2px;
  text-decoration: none;
  text-shadow: 0 0 2px #ddd;
  transition: color 1s;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  -webkit-transition: color 1s;
}

div.control-nav .disc {
  font-size: 30px;
}

div.control-nav a.current,
div.control-nav a:hover {
  color: #333;
}







.nivoo-slider {
    /*border: 1px solid #aaaaaa;*/
}