/*
 * 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
 */
 
 
/* The Nivo Slider styles */
.tx-t3sjslidernews-pi1 .nivoSlider {
  position:relative;
  margin: 0px;
  
}
.tx-t3sjslidernews-pi1 .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
/* If an image is wrapped in a link */
.tx-t3sjslidernews-pi1 .nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:12;
}
/* The slices and boxes in the Slider */
.tx-t3sjslidernews-pi1 .nivo-slice {
  display:block;
  position:absolute;
  z-index:3;
  height:100%;
}
.tx-t3sjslidernews-pi1 .nivo-box {
  display:block;
  position:absolute;
  z-index:5;
}
/* Caption styles */
.tx-t3sjslidernews-pi1 .nivo-caption {
  position:absolute;
  bottom:0px;
  opacity:0.9;
  z-index:10;
  height: 250px;
  text-align: right;
}
.tx-t3sjslidernews-pi1 .nivo-caption p {
  color: #FFF;
  text-transform: uppercase;
  z-index:999;
  margin-top: 30px;
}
.tx-t3sjslidernews-pi1 .nivo-caption a {
  /*unconventional way of hyperlinking the learn more button */
  text-decoration:none;
  color: blue;
  position: relative; 
      
}

.tx-t3sjslidernews-pi1 .nivo-caption h3, .tx-t3sjslidernews-pi1 .nivo-caption h3 a{
  color:#FFF;
  background: none;
  line-spacing: 2px;
  line-height: 24px;
  text-align: right;
        font-size: 20px;
        position: relative;
        padding-right: 10px;
  text-align: right;
  margin-bottom: -20px
}

.tx-t3sjslidernews-pi1 .nivo-html-caption {
    padding-left: 40px;
    width: 361px;
    height: 350px;
    position: absolute;
    z-index: 7;
    background: url('../images/attSlide_txt_bg_fr.png') no-repeat scroll 0 0 transparent;
    color: #fff;
    margin-top: -350px;
    margin-left: 619px;
}

/* Direction nav styles */
.tx-t3sjslidernews-pi1 .nivo-directionNav a {
    background: url('../images/arrows.png') no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    text-indent: -9999px;
    top: 90%;
    width: 23px;
    z-index: 9;
}
.tx-t3sjslidernews-pi1 a.nivo-prevNav {
    background-position: 0 0;
    right: 36px;
}
.tx-t3sjslidernews-pi1 a.nivo-nextNav {
    background-position: -23px 0;
    right: 15px;
}
.tx-t3sjslidernews-pi1 a.nivo-nextNav:hover {
    background-position: -23px -17px;
    right: 15px;
}
.tx-t3sjslidernews-pi1 a.nivo-prevNav:hover {
    background-position: 0 -17px;
    right: 36px;
}
/* Control nav styles (e.g. 1,2,3...) */
.tx-t3sjslidernews-pi1 .nivo-controlNav {
    background: url('../images/attSlide_navbg.png') no-repeat scroll 0 0 transparent;
    position: absolute;
    display: block;
    float: left;
    height: 76px;
    text-indent: -9999px;
    width: 980px;
    z-index: 10;
    vertical-align: center;
    margin-top: 350px;
    padding-top: 30px;
    padding-left: 30px;
}


.tx-t3sjslidernews-pi1 .nivo-controlNav a {
    background: url('../images/bullets_nivo_sl3.png') no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 0px;
    position: relative;
    width: 20px;
    z-index: 8;
}


.tx-t3sjslidernews-pi1 .nivo-controlNav a.active {
    background-position: -20px 0;
    font-weight: bold;
}

/* CSS3 Style */
.tx-t3sjslidernews-pi1 .lof-css3 {  
  -moz-box-shadow:0 0 10px #333; 
  -webkit-box-shadow:0 0 10px #333; 
  box-shadow: 0 0 10px #333;
/*overflow:hidden;*/ 
}

.tx-t3sjslidernews-pi1 .nivo-html-caption .nivo-title {
  display: none;
}

.tx-t3sjslidernews-pi1 .nivo-html-caption p {
  display: none;
}

.tx-t3sjslidernews-pi1 .nivo-html-caption h3{
  display: none;
}
