/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider-container{
  height:942px;
  width:1062px;
  overflow:visible;
  /*background:url(http://www.eurospirit.co.za/templates/theme975/images/slider-bg.png) repeat-x;*/
  background-position: left bottom;
  }
 
#slider{
  width:940px;
  height:1005px;
  margin:0;
  padding:0;
  top:0;
  left:60px;
  }
  
ul.nivoSlider li{list-style:none;}
 
/* The Nivo Slider styles */
.nivoSlider {
  position:relative;
   url(../images/system/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
}
/* Caption styles */
.nivo-caption {
  font-family: 'Sansita One', cursive;
  position:absolute;
  left:50%;
  margin-left:-470px;
  top:267px;
  background:none;
  color:#fff;
  opacity:1; /* Overridden by captionOpacity setting */
  width:940px;
  z-index:8;
  background:none;
  font-size:55px;
  line-height:65px;
  text-align:center;
  text-transform:uppercase;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
.nivo-caption .caption-body {
  padding:0 80px;
  margin:0;
}

.nivo-caption a{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;}
.nivo-caption a:hover {color:#64a4d0;}
.nivo-caption-inner{padding:70px 56px 0;}
.nivo-caption .intro_space{}

.nivo-caption .intro_space strong{
  color:#fff;
  display:block;
  text-align:center;
  margin:auto;
  padding-bottom:17px;
  }
  
.nivo-caption .moduleItemReadMore-wrapper{text-align:center;}
.nivo-caption .moduleItemReadMore{}
.nivo-caption .intro_space span.white{color:#fff;}
.nivo-html-caption {display:none;}
.nivo-caption .nivo-caption-inner .intro_space em{line-height:24px;}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:273px;
  z-index:9;
  cursor:pointer;
  background:url(../images/slider-nav.png) no-repeat;
  display:block;
  width:54px;
  height:54px;
  font-size:1px;
  text-indent:-9999em;
}
.nivo-directionNav a.nivo-prevNav {
  left:-60px;
  background-position: left top;
}
.nivo-directionNav a.nivo-nextNav {
  right:-60px;
  background-position: right top;
}

.nivo-directionNav a.nivo-prevNav:hover{
  background-position: left -55px;
  }

.nivo-directionNav a.nivo-nextNav:hover{
  background-position: right -55px;
  }
  
  
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav{
    bottom: 10px;
    position: absolute;
    right: 10px;
  }

.nivo-controlNav a {
  position:relative;
  z-index:9;
  cursor:pointer;
  width:11px;
  height:11px;
  background:#900;
  /*background:url(http://www.eurospirit.co.za/templates/theme975/images/slider-contr-nav.png) no-repeat;*/
  background-position: top right;
  text-indent:-999em;
  font-size:1px;
  line-height:1px;
  display:block;
  float:left;
  margin: 0 0 0 3px;
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
  /*background-position: top left;*/
  background:#F00;
}